Movatterモバイル変換


[0]ホーム

URL:


psmock

package
v2.23.1Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2025 License:AGPL-3.0Imports:3Imported by:0

Details

Repository

github.com/coder/coder

Links

Documentation

Overview

package psmock contains a mocked implementation of the pubsub.Pubsub interface for use in tests

Package psmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeMockPubsub

type MockPubsub struct {// contains filtered or unexported fields}

MockPubsub is a mock of Pubsub interface.

funcNewMockPubsub

func NewMockPubsub(ctrl *gomock.Controller) *MockPubsub

NewMockPubsub creates a new mock instance.

func (*MockPubsub)Close

func (m *MockPubsub) Close()error

Close mocks base method.

func (*MockPubsub)EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPubsub)Publish

func (m *MockPubsub) Publish(eventstring, message []byte)error

Publish mocks base method.

func (*MockPubsub)Subscribe

func (m *MockPubsub) Subscribe(eventstring, listenerpubsub.Listener) (func(),error)

Subscribe mocks base method.

func (*MockPubsub)SubscribeWithErr

func (m *MockPubsub) SubscribeWithErr(eventstring, listenerpubsub.ListenerWithErr) (func(),error)

SubscribeWithErr mocks base method.

typeMockPubsubMockRecorder

type MockPubsubMockRecorder struct {// contains filtered or unexported fields}

MockPubsubMockRecorder is the mock recorder for MockPubsub.

func (*MockPubsubMockRecorder)Close

func (mr *MockPubsubMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockPubsubMockRecorder)Publish

func (mr *MockPubsubMockRecorder) Publish(event, messageany) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockPubsubMockRecorder)Subscribe

func (mr *MockPubsubMockRecorder) Subscribe(event, listenerany) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockPubsubMockRecorder)SubscribeWithErr

func (mr *MockPubsubMockRecorder) SubscribeWithErr(event, listenerany) *gomock.Call

SubscribeWithErr indicates an expected call of SubscribeWithErr.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp