mocks

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WaypointClient

type WaypointClient struct {
	mock.Mock
}

WaypointClient is an autogenerated mock type for the WaypointClient type

func (*WaypointClient) BootstrapToken

func (_m *WaypointClient) BootstrapToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*gen.NewTokenResponse, error)

BootstrapToken provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) CancelJob

func (_m *WaypointClient) CancelJob(ctx context.Context, in *gen.CancelJobRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)

CancelJob provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ConvertInviteToken

func (_m *WaypointClient) ConvertInviteToken(ctx context.Context, in *gen.ConvertInviteTokenRequest, opts ...grpc.CallOption) (*gen.NewTokenResponse, error)

ConvertInviteToken provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) CreateHostname

CreateHostname provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) CreateSnapshot added in v0.2.0

CreateSnapshot provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) DeleteHostname

func (_m *WaypointClient) DeleteHostname(ctx context.Context, in *gen.DeleteHostnameRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)

DeleteHostname provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) EntrypointConfig

EntrypointConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) EntrypointExecStream

func (_m *WaypointClient) EntrypointExecStream(ctx context.Context, opts ...grpc.CallOption) (gen.Waypoint_EntrypointExecStreamClient, error)

EntrypointExecStream provides a mock function with given fields: ctx, opts

func (*WaypointClient) EntrypointLogStream

func (_m *WaypointClient) EntrypointLogStream(ctx context.Context, opts ...grpc.CallOption) (gen.Waypoint_EntrypointLogStreamClient, error)

EntrypointLogStream provides a mock function with given fields: ctx, opts

func (*WaypointClient) FindExecInstance added in v0.3.0

FindExecInstance provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GenerateInviteToken

func (_m *WaypointClient) GenerateInviteToken(ctx context.Context, in *gen.InviteTokenRequest, opts ...grpc.CallOption) (*gen.NewTokenResponse, error)

GenerateInviteToken provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GenerateLoginToken

func (_m *WaypointClient) GenerateLoginToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*gen.NewTokenResponse, error)

GenerateLoginToken provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetBuild

func (_m *WaypointClient) GetBuild(ctx context.Context, in *gen.GetBuildRequest, opts ...grpc.CallOption) (*gen.Build, error)

GetBuild provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetConfig

GetConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetConfigSource added in v0.2.0

GetConfigSource provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetDeployment

func (_m *WaypointClient) GetDeployment(ctx context.Context, in *gen.GetDeploymentRequest, opts ...grpc.CallOption) (*gen.Deployment, error)

GetDeployment provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetJob

func (_m *WaypointClient) GetJob(ctx context.Context, in *gen.GetJobRequest, opts ...grpc.CallOption) (*gen.Job, error)

GetJob provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetJobStream

GetJobStream provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetLatestBuild

func (_m *WaypointClient) GetLatestBuild(ctx context.Context, in *gen.GetLatestBuildRequest, opts ...grpc.CallOption) (*gen.Build, error)

GetLatestBuild provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetLatestPushedArtifact

func (_m *WaypointClient) GetLatestPushedArtifact(ctx context.Context, in *gen.GetLatestPushedArtifactRequest, opts ...grpc.CallOption) (*gen.PushedArtifact, error)

GetLatestPushedArtifact provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetLatestRelease

func (_m *WaypointClient) GetLatestRelease(ctx context.Context, in *gen.GetLatestReleaseRequest, opts ...grpc.CallOption) (*gen.Release, error)

GetLatestRelease provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetLatestStatusReport added in v0.4.0

func (_m *WaypointClient) GetLatestStatusReport(ctx context.Context, in *gen.GetLatestStatusReportRequest, opts ...grpc.CallOption) (*gen.StatusReport, error)

GetLatestStatusReport provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetLogStream

GetLogStream provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetProject

GetProject provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetPushedArtifact

func (_m *WaypointClient) GetPushedArtifact(ctx context.Context, in *gen.GetPushedArtifactRequest, opts ...grpc.CallOption) (*gen.PushedArtifact, error)

GetPushedArtifact provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetRelease

func (_m *WaypointClient) GetRelease(ctx context.Context, in *gen.GetReleaseRequest, opts ...grpc.CallOption) (*gen.Release, error)

GetRelease provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetRunner

func (_m *WaypointClient) GetRunner(ctx context.Context, in *gen.GetRunnerRequest, opts ...grpc.CallOption) (*gen.Runner, error)

GetRunner provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetServerConfig

func (_m *WaypointClient) GetServerConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*gen.GetServerConfigResponse, error)

GetServerConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetStatusReport added in v0.4.0

func (_m *WaypointClient) GetStatusReport(ctx context.Context, in *gen.GetStatusReportRequest, opts ...grpc.CallOption) (*gen.StatusReport, error)

GetStatusReport provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetVersionInfo

func (_m *WaypointClient) GetVersionInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*gen.GetVersionInfoResponse, error)

GetVersionInfo provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) GetWorkspace

GetWorkspace provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListBuilds

ListBuilds provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListDeployments

ListDeployments provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListHostnames

ListHostnames provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListInstances

ListInstances provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListProjects

func (_m *WaypointClient) ListProjects(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*gen.ListProjectsResponse, error)

ListProjects provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListPushedArtifacts

ListPushedArtifacts provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListReleases

ListReleases provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListStatusReports added in v0.4.0

ListStatusReports provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ListWorkspaces

ListWorkspaces provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) QueueJob

QueueJob provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) RestoreSnapshot added in v0.2.0

RestoreSnapshot provides a mock function with given fields: ctx, opts

func (*WaypointClient) RunnerConfig

RunnerConfig provides a mock function with given fields: ctx, opts

func (*WaypointClient) RunnerGetDeploymentConfig

RunnerGetDeploymentConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) RunnerJobStream

RunnerJobStream provides a mock function with given fields: ctx, opts

func (*WaypointClient) SetConfig

SetConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) SetConfigSource added in v0.2.0

func (_m *WaypointClient) SetConfigSource(ctx context.Context, in *gen.SetConfigSourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)

SetConfigSource provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) SetServerConfig

func (_m *WaypointClient) SetServerConfig(ctx context.Context, in *gen.SetServerConfigRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)

SetServerConfig provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) StartExecStream

StartExecStream provides a mock function with given fields: ctx, opts

func (*WaypointClient) UpsertApplication

UpsertApplication provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertBuild

UpsertBuild provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertDeployment

UpsertDeployment provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertProject

UpsertProject provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertPushedArtifact

UpsertPushedArtifact provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertRelease

UpsertRelease provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) UpsertStatusReport added in v0.4.0

UpsertStatusReport provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) ValidateJob

ValidateJob provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) WaypointHclFmt added in v0.3.0

WaypointHclFmt provides a mock function with given fields: ctx, in, opts

func (*WaypointClient) XListJobs

XListJobs provides a mock function with given fields: ctx, in, opts

type WaypointServer

type WaypointServer struct {
	mock.Mock
}

WaypointServer is an autogenerated mock type for the WaypointServer type

func (*WaypointServer) BootstrapToken

func (_m *WaypointServer) BootstrapToken(_a0 context.Context, _a1 *emptypb.Empty) (*gen.NewTokenResponse, error)

BootstrapToken provides a mock function with given fields: _a0, _a1

func (*WaypointServer) CancelJob

func (_m *WaypointServer) CancelJob(_a0 context.Context, _a1 *gen.CancelJobRequest) (*emptypb.Empty, error)

CancelJob provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ConvertInviteToken

func (_m *WaypointServer) ConvertInviteToken(_a0 context.Context, _a1 *gen.ConvertInviteTokenRequest) (*gen.NewTokenResponse, error)

ConvertInviteToken provides a mock function with given fields: _a0, _a1

func (*WaypointServer) CreateHostname

CreateHostname provides a mock function with given fields: _a0, _a1

func (*WaypointServer) CreateSnapshot added in v0.2.0

func (_m *WaypointServer) CreateSnapshot(_a0 *emptypb.Empty, _a1 gen.Waypoint_CreateSnapshotServer) error

CreateSnapshot provides a mock function with given fields: _a0, _a1

func (*WaypointServer) DeleteHostname

func (_m *WaypointServer) DeleteHostname(_a0 context.Context, _a1 *gen.DeleteHostnameRequest) (*emptypb.Empty, error)

DeleteHostname provides a mock function with given fields: _a0, _a1

func (*WaypointServer) EntrypointConfig

EntrypointConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) EntrypointExecStream

func (_m *WaypointServer) EntrypointExecStream(_a0 gen.Waypoint_EntrypointExecStreamServer) error

EntrypointExecStream provides a mock function with given fields: _a0

func (*WaypointServer) EntrypointLogStream

func (_m *WaypointServer) EntrypointLogStream(_a0 gen.Waypoint_EntrypointLogStreamServer) error

EntrypointLogStream provides a mock function with given fields: _a0

func (*WaypointServer) FindExecInstance added in v0.3.0

FindExecInstance provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GenerateInviteToken

func (_m *WaypointServer) GenerateInviteToken(_a0 context.Context, _a1 *gen.InviteTokenRequest) (*gen.NewTokenResponse, error)

GenerateInviteToken provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GenerateLoginToken

func (_m *WaypointServer) GenerateLoginToken(_a0 context.Context, _a1 *emptypb.Empty) (*gen.NewTokenResponse, error)

GenerateLoginToken provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetBuild

func (_m *WaypointServer) GetBuild(_a0 context.Context, _a1 *gen.GetBuildRequest) (*gen.Build, error)

GetBuild provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetConfig

GetConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetConfigSource added in v0.2.0

GetConfigSource provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetDeployment

func (_m *WaypointServer) GetDeployment(_a0 context.Context, _a1 *gen.GetDeploymentRequest) (*gen.Deployment, error)

GetDeployment provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetJob

func (_m *WaypointServer) GetJob(_a0 context.Context, _a1 *gen.GetJobRequest) (*gen.Job, error)

GetJob provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetJobStream

GetJobStream provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetLatestBuild

func (_m *WaypointServer) GetLatestBuild(_a0 context.Context, _a1 *gen.GetLatestBuildRequest) (*gen.Build, error)

GetLatestBuild provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetLatestPushedArtifact

func (_m *WaypointServer) GetLatestPushedArtifact(_a0 context.Context, _a1 *gen.GetLatestPushedArtifactRequest) (*gen.PushedArtifact, error)

GetLatestPushedArtifact provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetLatestRelease

func (_m *WaypointServer) GetLatestRelease(_a0 context.Context, _a1 *gen.GetLatestReleaseRequest) (*gen.Release, error)

GetLatestRelease provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetLatestStatusReport added in v0.4.0

func (_m *WaypointServer) GetLatestStatusReport(_a0 context.Context, _a1 *gen.GetLatestStatusReportRequest) (*gen.StatusReport, error)

GetLatestStatusReport provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetLogStream

GetLogStream provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetProject

GetProject provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetPushedArtifact

func (_m *WaypointServer) GetPushedArtifact(_a0 context.Context, _a1 *gen.GetPushedArtifactRequest) (*gen.PushedArtifact, error)

GetPushedArtifact provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetRelease

func (_m *WaypointServer) GetRelease(_a0 context.Context, _a1 *gen.GetReleaseRequest) (*gen.Release, error)

GetRelease provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetRunner

func (_m *WaypointServer) GetRunner(_a0 context.Context, _a1 *gen.GetRunnerRequest) (*gen.Runner, error)

GetRunner provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetServerConfig

func (_m *WaypointServer) GetServerConfig(_a0 context.Context, _a1 *emptypb.Empty) (*gen.GetServerConfigResponse, error)

GetServerConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetStatusReport added in v0.4.0

func (_m *WaypointServer) GetStatusReport(_a0 context.Context, _a1 *gen.GetStatusReportRequest) (*gen.StatusReport, error)

GetStatusReport provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetVersionInfo

func (_m *WaypointServer) GetVersionInfo(_a0 context.Context, _a1 *emptypb.Empty) (*gen.GetVersionInfoResponse, error)

GetVersionInfo provides a mock function with given fields: _a0, _a1

func (*WaypointServer) GetWorkspace

GetWorkspace provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListBuilds

ListBuilds provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListDeployments

ListDeployments provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListHostnames

ListHostnames provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListInstances

ListInstances provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListProjects

func (_m *WaypointServer) ListProjects(_a0 context.Context, _a1 *emptypb.Empty) (*gen.ListProjectsResponse, error)

ListProjects provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListPushedArtifacts

ListPushedArtifacts provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListReleases

ListReleases provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListStatusReports added in v0.4.0

ListStatusReports provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ListWorkspaces

ListWorkspaces provides a mock function with given fields: _a0, _a1

func (*WaypointServer) QueueJob

QueueJob provides a mock function with given fields: _a0, _a1

func (*WaypointServer) RestoreSnapshot added in v0.2.0

func (_m *WaypointServer) RestoreSnapshot(_a0 gen.Waypoint_RestoreSnapshotServer) error

RestoreSnapshot provides a mock function with given fields: _a0

func (*WaypointServer) RunnerConfig

func (_m *WaypointServer) RunnerConfig(_a0 gen.Waypoint_RunnerConfigServer) error

RunnerConfig provides a mock function with given fields: _a0

func (*WaypointServer) RunnerGetDeploymentConfig

RunnerGetDeploymentConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) RunnerJobStream

func (_m *WaypointServer) RunnerJobStream(_a0 gen.Waypoint_RunnerJobStreamServer) error

RunnerJobStream provides a mock function with given fields: _a0

func (*WaypointServer) SetConfig

SetConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) SetConfigSource added in v0.2.0

func (_m *WaypointServer) SetConfigSource(_a0 context.Context, _a1 *gen.SetConfigSourceRequest) (*emptypb.Empty, error)

SetConfigSource provides a mock function with given fields: _a0, _a1

func (*WaypointServer) SetServerConfig

func (_m *WaypointServer) SetServerConfig(_a0 context.Context, _a1 *gen.SetServerConfigRequest) (*emptypb.Empty, error)

SetServerConfig provides a mock function with given fields: _a0, _a1

func (*WaypointServer) StartExecStream

func (_m *WaypointServer) StartExecStream(_a0 gen.Waypoint_StartExecStreamServer) error

StartExecStream provides a mock function with given fields: _a0

func (*WaypointServer) UpsertApplication

UpsertApplication provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertBuild

UpsertBuild provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertDeployment

UpsertDeployment provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertProject

UpsertProject provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertPushedArtifact

UpsertPushedArtifact provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertRelease

UpsertRelease provides a mock function with given fields: _a0, _a1

func (*WaypointServer) UpsertStatusReport added in v0.4.0

UpsertStatusReport provides a mock function with given fields: _a0, _a1

func (*WaypointServer) ValidateJob

ValidateJob provides a mock function with given fields: _a0, _a1

func (*WaypointServer) WaypointHclFmt added in v0.3.0

WaypointHclFmt provides a mock function with given fields: _a0, _a1

func (*WaypointServer) XListJobs

XListJobs provides a mock function with given fields: _a0, _a1

type Waypoint_CreateSnapshotClient added in v0.2.0

type Waypoint_CreateSnapshotClient struct {
	mock.Mock
}

Waypoint_CreateSnapshotClient is an autogenerated mock type for the Waypoint_CreateSnapshotClient type

func (*Waypoint_CreateSnapshotClient) CloseSend added in v0.2.0

func (_m *Waypoint_CreateSnapshotClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Context added in v0.2.0

Context provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Header added in v0.2.0

Header provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Recv added in v0.2.0

Recv provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) RecvMsg added in v0.2.0

func (_m *Waypoint_CreateSnapshotClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotClient) SendMsg added in v0.2.0

func (_m *Waypoint_CreateSnapshotClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotClient) Trailer added in v0.2.0

Trailer provides a mock function with given fields:

type Waypoint_CreateSnapshotServer added in v0.2.0

type Waypoint_CreateSnapshotServer struct {
	mock.Mock
}

Waypoint_CreateSnapshotServer is an autogenerated mock type for the Waypoint_CreateSnapshotServer type

func (*Waypoint_CreateSnapshotServer) Context added in v0.2.0

Context provides a mock function with given fields:

func (*Waypoint_CreateSnapshotServer) RecvMsg added in v0.2.0

func (_m *Waypoint_CreateSnapshotServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotServer) Send added in v0.2.0

Send provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SendHeader added in v0.2.0

func (_m *Waypoint_CreateSnapshotServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SendMsg added in v0.2.0

func (_m *Waypoint_CreateSnapshotServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotServer) SetHeader added in v0.2.0

func (_m *Waypoint_CreateSnapshotServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SetTrailer added in v0.2.0

func (_m *Waypoint_CreateSnapshotServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_EntrypointConfigClient

type Waypoint_EntrypointConfigClient struct {
	mock.Mock
}

Waypoint_EntrypointConfigClient is an autogenerated mock type for the Waypoint_EntrypointConfigClient type

func (*Waypoint_EntrypointConfigClient) CloseSend

func (_m *Waypoint_EntrypointConfigClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) Header

Header provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) RecvMsg

func (_m *Waypoint_EntrypointConfigClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointConfigClient) SendMsg

func (_m *Waypoint_EntrypointConfigClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointConfigClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_EntrypointConfigServer

type Waypoint_EntrypointConfigServer struct {
	mock.Mock
}

Waypoint_EntrypointConfigServer is an autogenerated mock type for the Waypoint_EntrypointConfigServer type

func (*Waypoint_EntrypointConfigServer) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointConfigServer) RecvMsg

func (_m *Waypoint_EntrypointConfigServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointConfigServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_EntrypointConfigServer) SendHeader

func (_m *Waypoint_EntrypointConfigServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointConfigServer) SendMsg

func (_m *Waypoint_EntrypointConfigServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointConfigServer) SetHeader

func (_m *Waypoint_EntrypointConfigServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointConfigServer) SetTrailer

func (_m *Waypoint_EntrypointConfigServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_EntrypointExecStreamClient

type Waypoint_EntrypointExecStreamClient struct {
	mock.Mock
}

Waypoint_EntrypointExecStreamClient is an autogenerated mock type for the Waypoint_EntrypointExecStreamClient type

func (*Waypoint_EntrypointExecStreamClient) CloseSend

CloseSend provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Header

Header provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) RecvMsg

func (_m *Waypoint_EntrypointExecStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointExecStreamClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_EntrypointExecStreamClient) SendMsg

func (_m *Waypoint_EntrypointExecStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointExecStreamClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_EntrypointExecStreamServer

type Waypoint_EntrypointExecStreamServer struct {
	mock.Mock
}

Waypoint_EntrypointExecStreamServer is an autogenerated mock type for the Waypoint_EntrypointExecStreamServer type

func (*Waypoint_EntrypointExecStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamServer) RecvMsg

func (_m *Waypoint_EntrypointExecStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointExecStreamServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_EntrypointExecStreamServer) SendHeader

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointExecStreamServer) SendMsg

func (_m *Waypoint_EntrypointExecStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointExecStreamServer) SetHeader

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointExecStreamServer) SetTrailer

func (_m *Waypoint_EntrypointExecStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_EntrypointLogStreamClient

type Waypoint_EntrypointLogStreamClient struct {
	mock.Mock
}

Waypoint_EntrypointLogStreamClient is an autogenerated mock type for the Waypoint_EntrypointLogStreamClient type

func (*Waypoint_EntrypointLogStreamClient) CloseAndRecv

func (_m *Waypoint_EntrypointLogStreamClient) CloseAndRecv() (*emptypb.Empty, error)

CloseAndRecv provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamClient) CloseSend

func (_m *Waypoint_EntrypointLogStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamClient) Header

Header provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamClient) RecvMsg

func (_m *Waypoint_EntrypointLogStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointLogStreamClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_EntrypointLogStreamClient) SendMsg

func (_m *Waypoint_EntrypointLogStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointLogStreamClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_EntrypointLogStreamServer

type Waypoint_EntrypointLogStreamServer struct {
	mock.Mock
}

Waypoint_EntrypointLogStreamServer is an autogenerated mock type for the Waypoint_EntrypointLogStreamServer type

func (*Waypoint_EntrypointLogStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamServer) RecvMsg

func (_m *Waypoint_EntrypointLogStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointLogStreamServer) SendAndClose

func (_m *Waypoint_EntrypointLogStreamServer) SendAndClose(_a0 *emptypb.Empty) error

SendAndClose provides a mock function with given fields: _a0

func (*Waypoint_EntrypointLogStreamServer) SendHeader

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointLogStreamServer) SendMsg

func (_m *Waypoint_EntrypointLogStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_EntrypointLogStreamServer) SetHeader

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_EntrypointLogStreamServer) SetTrailer

func (_m *Waypoint_EntrypointLogStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_GetJobStreamClient

type Waypoint_GetJobStreamClient struct {
	mock.Mock
}

Waypoint_GetJobStreamClient is an autogenerated mock type for the Waypoint_GetJobStreamClient type

func (*Waypoint_GetJobStreamClient) CloseSend

func (_m *Waypoint_GetJobStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_GetJobStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_GetJobStreamClient) Header

func (_m *Waypoint_GetJobStreamClient) Header() (metadata.MD, error)

Header provides a mock function with given fields:

func (*Waypoint_GetJobStreamClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_GetJobStreamClient) RecvMsg

func (_m *Waypoint_GetJobStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_GetJobStreamClient) SendMsg

func (_m *Waypoint_GetJobStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_GetJobStreamClient) Trailer

func (_m *Waypoint_GetJobStreamClient) Trailer() metadata.MD

Trailer provides a mock function with given fields:

type Waypoint_GetJobStreamServer

type Waypoint_GetJobStreamServer struct {
	mock.Mock
}

Waypoint_GetJobStreamServer is an autogenerated mock type for the Waypoint_GetJobStreamServer type

func (*Waypoint_GetJobStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_GetJobStreamServer) RecvMsg

func (_m *Waypoint_GetJobStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_GetJobStreamServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_GetJobStreamServer) SendHeader

func (_m *Waypoint_GetJobStreamServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_GetJobStreamServer) SendMsg

func (_m *Waypoint_GetJobStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_GetJobStreamServer) SetHeader

func (_m *Waypoint_GetJobStreamServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_GetJobStreamServer) SetTrailer

func (_m *Waypoint_GetJobStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_GetLogStreamClient

type Waypoint_GetLogStreamClient struct {
	mock.Mock
}

Waypoint_GetLogStreamClient is an autogenerated mock type for the Waypoint_GetLogStreamClient type

func (*Waypoint_GetLogStreamClient) CloseSend

func (_m *Waypoint_GetLogStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_GetLogStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_GetLogStreamClient) Header

func (_m *Waypoint_GetLogStreamClient) Header() (metadata.MD, error)

Header provides a mock function with given fields:

func (*Waypoint_GetLogStreamClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_GetLogStreamClient) RecvMsg

func (_m *Waypoint_GetLogStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_GetLogStreamClient) SendMsg

func (_m *Waypoint_GetLogStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_GetLogStreamClient) Trailer

func (_m *Waypoint_GetLogStreamClient) Trailer() metadata.MD

Trailer provides a mock function with given fields:

type Waypoint_GetLogStreamServer

type Waypoint_GetLogStreamServer struct {
	mock.Mock
}

Waypoint_GetLogStreamServer is an autogenerated mock type for the Waypoint_GetLogStreamServer type

func (*Waypoint_GetLogStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_GetLogStreamServer) RecvMsg

func (_m *Waypoint_GetLogStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_GetLogStreamServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_GetLogStreamServer) SendHeader

func (_m *Waypoint_GetLogStreamServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_GetLogStreamServer) SendMsg

func (_m *Waypoint_GetLogStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_GetLogStreamServer) SetHeader

func (_m *Waypoint_GetLogStreamServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_GetLogStreamServer) SetTrailer

func (_m *Waypoint_GetLogStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_RestoreSnapshotClient added in v0.2.0

type Waypoint_RestoreSnapshotClient struct {
	mock.Mock
}

Waypoint_RestoreSnapshotClient is an autogenerated mock type for the Waypoint_RestoreSnapshotClient type

func (*Waypoint_RestoreSnapshotClient) CloseAndRecv added in v0.2.0

func (_m *Waypoint_RestoreSnapshotClient) CloseAndRecv() (*emptypb.Empty, error)

CloseAndRecv provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) CloseSend added in v0.2.0

func (_m *Waypoint_RestoreSnapshotClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) Context added in v0.2.0

Context provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) Header added in v0.2.0

Header provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) RecvMsg added in v0.2.0

func (_m *Waypoint_RestoreSnapshotClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotClient) Send added in v0.2.0

Send provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotClient) SendMsg added in v0.2.0

func (_m *Waypoint_RestoreSnapshotClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotClient) Trailer added in v0.2.0

Trailer provides a mock function with given fields:

type Waypoint_RestoreSnapshotServer added in v0.2.0

type Waypoint_RestoreSnapshotServer struct {
	mock.Mock
}

Waypoint_RestoreSnapshotServer is an autogenerated mock type for the Waypoint_RestoreSnapshotServer type

func (*Waypoint_RestoreSnapshotServer) Context added in v0.2.0

Context provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotServer) Recv added in v0.2.0

Recv provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotServer) RecvMsg added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotServer) SendAndClose added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) SendAndClose(_a0 *emptypb.Empty) error

SendAndClose provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SendHeader added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SendMsg added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotServer) SetHeader added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SetTrailer added in v0.2.0

func (_m *Waypoint_RestoreSnapshotServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_RunnerConfigClient

type Waypoint_RunnerConfigClient struct {
	mock.Mock
}

Waypoint_RunnerConfigClient is an autogenerated mock type for the Waypoint_RunnerConfigClient type

func (*Waypoint_RunnerConfigClient) CloseSend

func (_m *Waypoint_RunnerConfigClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_RunnerConfigClient) Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerConfigClient) Header

func (_m *Waypoint_RunnerConfigClient) Header() (metadata.MD, error)

Header provides a mock function with given fields:

func (*Waypoint_RunnerConfigClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_RunnerConfigClient) RecvMsg

func (_m *Waypoint_RunnerConfigClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RunnerConfigClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_RunnerConfigClient) SendMsg

func (_m *Waypoint_RunnerConfigClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RunnerConfigClient) Trailer

func (_m *Waypoint_RunnerConfigClient) Trailer() metadata.MD

Trailer provides a mock function with given fields:

type Waypoint_RunnerConfigServer

type Waypoint_RunnerConfigServer struct {
	mock.Mock
}

Waypoint_RunnerConfigServer is an autogenerated mock type for the Waypoint_RunnerConfigServer type

func (*Waypoint_RunnerConfigServer) Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerConfigServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_RunnerConfigServer) RecvMsg

func (_m *Waypoint_RunnerConfigServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RunnerConfigServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_RunnerConfigServer) SendHeader

func (_m *Waypoint_RunnerConfigServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_RunnerConfigServer) SendMsg

func (_m *Waypoint_RunnerConfigServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RunnerConfigServer) SetHeader

func (_m *Waypoint_RunnerConfigServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_RunnerConfigServer) SetTrailer

func (_m *Waypoint_RunnerConfigServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_RunnerJobStreamClient

type Waypoint_RunnerJobStreamClient struct {
	mock.Mock
}

Waypoint_RunnerJobStreamClient is an autogenerated mock type for the Waypoint_RunnerJobStreamClient type

func (*Waypoint_RunnerJobStreamClient) CloseSend

func (_m *Waypoint_RunnerJobStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) Header

Header provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) RecvMsg

func (_m *Waypoint_RunnerJobStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RunnerJobStreamClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_RunnerJobStreamClient) SendMsg

func (_m *Waypoint_RunnerJobStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RunnerJobStreamClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_RunnerJobStreamServer

type Waypoint_RunnerJobStreamServer struct {
	mock.Mock
}

Waypoint_RunnerJobStreamServer is an autogenerated mock type for the Waypoint_RunnerJobStreamServer type

func (*Waypoint_RunnerJobStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamServer) RecvMsg

func (_m *Waypoint_RunnerJobStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RunnerJobStreamServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_RunnerJobStreamServer) SendHeader

func (_m *Waypoint_RunnerJobStreamServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_RunnerJobStreamServer) SendMsg

func (_m *Waypoint_RunnerJobStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_RunnerJobStreamServer) SetHeader

func (_m *Waypoint_RunnerJobStreamServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_RunnerJobStreamServer) SetTrailer

func (_m *Waypoint_RunnerJobStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type Waypoint_StartExecStreamClient

type Waypoint_StartExecStreamClient struct {
	mock.Mock
}

Waypoint_StartExecStreamClient is an autogenerated mock type for the Waypoint_StartExecStreamClient type

func (*Waypoint_StartExecStreamClient) CloseSend

func (_m *Waypoint_StartExecStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) Context

Context provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) Header

Header provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) RecvMsg

func (_m *Waypoint_StartExecStreamClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_StartExecStreamClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_StartExecStreamClient) SendMsg

func (_m *Waypoint_StartExecStreamClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_StartExecStreamClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_StartExecStreamServer

type Waypoint_StartExecStreamServer struct {
	mock.Mock
}

Waypoint_StartExecStreamServer is an autogenerated mock type for the Waypoint_StartExecStreamServer type

func (*Waypoint_StartExecStreamServer) Context

Context provides a mock function with given fields:

func (*Waypoint_StartExecStreamServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_StartExecStreamServer) RecvMsg

func (_m *Waypoint_StartExecStreamServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Waypoint_StartExecStreamServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_StartExecStreamServer) SendHeader

func (_m *Waypoint_StartExecStreamServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_StartExecStreamServer) SendMsg

func (_m *Waypoint_StartExecStreamServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Waypoint_StartExecStreamServer) SetHeader

func (_m *Waypoint_StartExecStreamServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_StartExecStreamServer) SetTrailer

func (_m *Waypoint_StartExecStreamServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL