Documentation ¶
Overview ¶
Package activitylog is a generated GoMock package.
Index ¶
Constants ¶
View Source
const RequestDataType = "timelineActivityLog"
Variables ¶
View Source
var DefaultSet = wire.NewSet( NewClient, wire.Bind(new(ClientInterface), new(Client)), )
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface { api.WSListGetterClientInterface }
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface.
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientInterface) List ¶
func (m *MockClientInterface) List(v any) error
List mocks base method.
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
type Response ¶
type Response struct { Type string `json:"type"` Items ResponseItem `json:"data"` }
type ResponseItem ¶
type ResponseItemAction ¶
func (ResponseItemAction) HasDetails ¶
func (a ResponseItemAction) HasDetails() bool
func (ResponseItemAction) PayloadStr ¶
func (a ResponseItemAction) PayloadStr() string
Click to show internal directories.
Click to hide internal directories.