Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0
Index ¶
- type SessionServiceClient
- func (_m *SessionServiceClient) Create(ctx context.Context, in *session.SessionCreateRequest, opts ...grpc.CallOption) (*session.SessionResponse, error)
- func (_m *SessionServiceClient) Delete(ctx context.Context, in *session.SessionDeleteRequest, opts ...grpc.CallOption) (*session.SessionResponse, error)
- type SessionServiceServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionServiceClient ¶
SessionServiceClient is an autogenerated mock type for the SessionServiceClient type
func (*SessionServiceClient) Create ¶
func (_m *SessionServiceClient) Create(ctx context.Context, in *session.SessionCreateRequest, opts ...grpc.CallOption) (*session.SessionResponse, error)
Create provides a mock function with given fields: ctx, in, opts
func (*SessionServiceClient) Delete ¶
func (_m *SessionServiceClient) Delete(ctx context.Context, in *session.SessionDeleteRequest, opts ...grpc.CallOption) (*session.SessionResponse, error)
Delete provides a mock function with given fields: ctx, in, opts
type SessionServiceServer ¶
SessionServiceServer is an autogenerated mock type for the SessionServiceServer type
func (*SessionServiceServer) Create ¶
func (_m *SessionServiceServer) Create(_a0 context.Context, _a1 *session.SessionCreateRequest) (*session.SessionResponse, error)
Create provides a mock function with given fields: _a0, _a1
func (*SessionServiceServer) Delete ¶
func (_m *SessionServiceServer) Delete(_a0 context.Context, _a1 *session.SessionDeleteRequest) (*session.SessionResponse, error)
Delete provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.