mocks

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 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 UnsafeWaypointServer

type UnsafeWaypointServer struct {
	mock.Mock
}

UnsafeWaypointServer is an autogenerated mock type for the UnsafeWaypointServer type

func NewUnsafeWaypointServer added in v0.11.0

func NewUnsafeWaypointServer(t mockConstructorTestingTNewUnsafeWaypointServer) *UnsafeWaypointServer

NewUnsafeWaypointServer creates a new instance of UnsafeWaypointServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

type WaypointClient

type WaypointClient struct {
	mock.Mock
}

WaypointClient is an autogenerated mock type for the WaypointClient type

func NewWaypointClient added in v0.11.0

func NewWaypointClient(t mockConstructorTestingTNewWaypointClient) *WaypointClient

NewWaypointClient creates a new instance of WaypointClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*WaypointClient) AdoptRunner

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

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

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) CancelTask added in v0.9.0

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

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

func (*WaypointClient) CompleteOIDCAuth

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

func (*WaypointClient) ConfigSyncPipeline added in v0.10.0

ConfigSyncPipeline 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

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

func (*WaypointClient) DecodeToken

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

func (*WaypointClient) DeleteAuthMethod

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

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

func (*WaypointClient) DeleteConfig added in v0.11.2

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

func (*WaypointClient) DeleteConfigSource added in v0.11.2

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

DeleteConfigSource 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) DeleteOnDemandRunnerConfig added in v0.9.0

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

func (*WaypointClient) DeleteTrigger

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

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

func (*WaypointClient) DeleteUser

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

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

func (*WaypointClient) DestroyProject added in v0.10.0

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

DestroyProject 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) ExpediteStatusReport

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

func (*WaypointClient) ForgetRunner

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

ForgetRunner 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 *gen.LoginTokenRequest, opts ...grpc.CallOption) (*gen.NewTokenResponse, error)

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

func (*WaypointClient) GenerateRunnerToken

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

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

func (*WaypointClient) GetApplication

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

func (*WaypointClient) GetAuthMethod

GetAuthMethod 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

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

func (*WaypointClient) GetDefaultOnDemandRunnerConfig added in v0.10.3

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

GetDefaultOnDemandRunnerConfig 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) GetLatestPipelineRun added in v0.10.3

func (_m *WaypointClient) GetLatestPipelineRun(ctx context.Context, in *gen.GetPipelineRequest, opts ...grpc.CallOption) (*gen.GetPipelineRunResponse, error)

GetLatestPipelineRun 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

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) GetOIDCAuthURL

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

func (*WaypointClient) GetOnDemandRunnerConfig

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

func (*WaypointClient) GetPipeline added in v0.10.0

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

func (*WaypointClient) GetPipelineRun added in v0.10.0

GetPipelineRun 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

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) GetTask added in v0.9.0

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

func (*WaypointClient) GetTrigger

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

func (*WaypointClient) GetUser

GetUser 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) ListAuthMethods

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

ListAuthMethods 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) ListJobs

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

func (*WaypointClient) ListOIDCAuthMethods

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

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

func (*WaypointClient) ListOnDemandRunnerConfigs

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

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

func (*WaypointClient) ListPipelineRuns added in v0.10.0

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

func (*WaypointClient) ListPipelines added in v0.10.0

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

func (*WaypointClient) ListProjects

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) ListRunners

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

func (*WaypointClient) ListStatusReports

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

func (*WaypointClient) ListTask added in v0.9.0

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

func (*WaypointClient) ListTriggers

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

func (*WaypointClient) ListUsers

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

ListUsers 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) NoAuthRunTrigger

func (_m *WaypointClient) NoAuthRunTrigger(ctx context.Context, in *gen.RunTriggerRequest, opts ...grpc.CallOption) (*gen.RunTriggerResponse, error)

NoAuthRunTrigger 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

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

func (*WaypointClient) RunPipeline added in v0.10.0

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

func (*WaypointClient) RunTrigger

RunTrigger provides a mock function with given fields: ctx, in, 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) RunnerToken

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

func (*WaypointClient) SetConfig

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

func (*WaypointClient) SetConfigSource

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) UI_GetDeployment added in v0.11.0

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

func (*WaypointClient) UI_GetProject

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

func (*WaypointClient) UI_ListDeployments

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

func (*WaypointClient) UI_ListProjects added in v0.11.0

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

func (*WaypointClient) UI_ListReleases

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

func (*WaypointClient) UpdateUser

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

func (*WaypointClient) UpsertApplication

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

func (*WaypointClient) UpsertAuthMethod

UpsertAuthMethod 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) UpsertOnDemandRunnerConfig

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

func (*WaypointClient) UpsertPipeline added in v0.10.0

UpsertPipeline 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

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

func (*WaypointClient) UpsertTrigger

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

func (*WaypointClient) UpsertWorkspace

UpsertWorkspace 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

WaypointHclFmt 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 NewWaypointServer added in v0.11.0

func NewWaypointServer(t mockConstructorTestingTNewWaypointServer) *WaypointServer

NewWaypointServer creates a new instance of WaypointServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*WaypointServer) AdoptRunner

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

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

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) CancelTask added in v0.9.0

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

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

func (*WaypointServer) CompleteOIDCAuth

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

func (*WaypointServer) ConfigSyncPipeline added in v0.10.0

ConfigSyncPipeline 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

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

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

func (*WaypointServer) DecodeToken

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

func (*WaypointServer) DeleteAuthMethod

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

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

func (*WaypointServer) DeleteConfig added in v0.11.2

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

func (*WaypointServer) DeleteConfigSource added in v0.11.2

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

DeleteConfigSource 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) DeleteOnDemandRunnerConfig added in v0.9.0

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

func (*WaypointServer) DeleteTrigger

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

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

func (*WaypointServer) DeleteUser

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

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

func (*WaypointServer) DestroyProject added in v0.10.0

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

DestroyProject 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) ExpediteStatusReport

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

func (*WaypointServer) ForgetRunner

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

ForgetRunner 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 *gen.LoginTokenRequest) (*gen.NewTokenResponse, error)

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

func (*WaypointServer) GenerateRunnerToken

func (_m *WaypointServer) GenerateRunnerToken(_a0 context.Context, _a1 *gen.GenerateRunnerTokenRequest) (*gen.NewTokenResponse, error)

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

func (*WaypointServer) GetApplication

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

func (*WaypointServer) GetAuthMethod

GetAuthMethod 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

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

func (*WaypointServer) GetDefaultOnDemandRunnerConfig added in v0.10.3

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

GetDefaultOnDemandRunnerConfig 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) GetLatestPipelineRun added in v0.10.3

func (_m *WaypointServer) GetLatestPipelineRun(_a0 context.Context, _a1 *gen.GetPipelineRequest) (*gen.GetPipelineRunResponse, error)

GetLatestPipelineRun 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

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) GetOIDCAuthURL

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

func (*WaypointServer) GetOnDemandRunnerConfig

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

func (*WaypointServer) GetPipeline added in v0.10.0

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

func (*WaypointServer) GetPipelineRun added in v0.10.0

GetPipelineRun 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

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) GetTask added in v0.9.0

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

func (*WaypointServer) GetTrigger

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

func (*WaypointServer) GetUser

GetUser 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) ListAuthMethods

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

ListAuthMethods 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) ListJobs

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

func (*WaypointServer) ListOIDCAuthMethods

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

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

func (*WaypointServer) ListOnDemandRunnerConfigs

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

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

func (*WaypointServer) ListPipelineRuns added in v0.10.0

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

func (*WaypointServer) ListPipelines added in v0.10.0

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

func (*WaypointServer) ListProjects

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) ListRunners

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

func (*WaypointServer) ListStatusReports

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

func (*WaypointServer) ListTask added in v0.9.0

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

func (*WaypointServer) ListTriggers

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

func (*WaypointServer) ListUsers

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

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

func (*WaypointServer) ListWorkspaces

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

func (*WaypointServer) NoAuthRunTrigger

func (_m *WaypointServer) NoAuthRunTrigger(_a0 context.Context, _a1 *gen.RunTriggerRequest) (*gen.RunTriggerResponse, error)

NoAuthRunTrigger 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

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

RestoreSnapshot provides a mock function with given fields: _a0

func (*WaypointServer) RunPipeline added in v0.10.0

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

func (*WaypointServer) RunTrigger

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

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) RunnerToken

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

func (*WaypointServer) SetConfig

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

func (*WaypointServer) SetConfigSource

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) UI_GetDeployment added in v0.11.0

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

func (*WaypointServer) UI_GetProject

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

func (*WaypointServer) UI_ListDeployments

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

func (*WaypointServer) UI_ListProjects added in v0.11.0

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

func (*WaypointServer) UI_ListReleases

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

func (*WaypointServer) UpdateUser

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

func (*WaypointServer) UpsertApplication

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

func (*WaypointServer) UpsertAuthMethod

UpsertAuthMethod 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) UpsertOnDemandRunnerConfig

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

func (*WaypointServer) UpsertPipeline added in v0.10.0

UpsertPipeline 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

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

func (*WaypointServer) UpsertTrigger

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

func (*WaypointServer) UpsertWorkspace

UpsertWorkspace 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

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

type Waypoint_CreateSnapshotClient

type Waypoint_CreateSnapshotClient struct {
	mock.Mock
}

Waypoint_CreateSnapshotClient is an autogenerated mock type for the Waypoint_CreateSnapshotClient type

func NewWaypoint_CreateSnapshotClient added in v0.11.0

func NewWaypoint_CreateSnapshotClient(t mockConstructorTestingTNewWaypoint_CreateSnapshotClient) *Waypoint_CreateSnapshotClient

NewWaypoint_CreateSnapshotClient creates a new instance of Waypoint_CreateSnapshotClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Waypoint_CreateSnapshotClient) CloseSend

func (_m *Waypoint_CreateSnapshotClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Context

Context provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Header

Header provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) Recv

Recv provides a mock function with given fields:

func (*Waypoint_CreateSnapshotClient) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotClient) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_CreateSnapshotServer

type Waypoint_CreateSnapshotServer struct {
	mock.Mock
}

Waypoint_CreateSnapshotServer is an autogenerated mock type for the Waypoint_CreateSnapshotServer type

func NewWaypoint_CreateSnapshotServer added in v0.11.0

func NewWaypoint_CreateSnapshotServer(t mockConstructorTestingTNewWaypoint_CreateSnapshotServer) *Waypoint_CreateSnapshotServer

NewWaypoint_CreateSnapshotServer creates a new instance of Waypoint_CreateSnapshotServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Waypoint_CreateSnapshotServer) Context

Context provides a mock function with given fields:

func (*Waypoint_CreateSnapshotServer) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotServer) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SendHeader

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

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*Waypoint_CreateSnapshotServer) SetHeader

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

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_CreateSnapshotServer) SetTrailer

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 NewWaypoint_EntrypointConfigClient added in v0.11.0

func NewWaypoint_EntrypointConfigClient(t mockConstructorTestingTNewWaypoint_EntrypointConfigClient) *Waypoint_EntrypointConfigClient

NewWaypoint_EntrypointConfigClient creates a new instance of Waypoint_EntrypointConfigClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_EntrypointConfigServer added in v0.11.0

func NewWaypoint_EntrypointConfigServer(t mockConstructorTestingTNewWaypoint_EntrypointConfigServer) *Waypoint_EntrypointConfigServer

NewWaypoint_EntrypointConfigServer creates a new instance of Waypoint_EntrypointConfigServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_EntrypointExecStreamClient added in v0.11.0

func NewWaypoint_EntrypointExecStreamClient(t mockConstructorTestingTNewWaypoint_EntrypointExecStreamClient) *Waypoint_EntrypointExecStreamClient

NewWaypoint_EntrypointExecStreamClient creates a new instance of Waypoint_EntrypointExecStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_EntrypointExecStreamServer added in v0.11.0

func NewWaypoint_EntrypointExecStreamServer(t mockConstructorTestingTNewWaypoint_EntrypointExecStreamServer) *Waypoint_EntrypointExecStreamServer

NewWaypoint_EntrypointExecStreamServer creates a new instance of Waypoint_EntrypointExecStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_EntrypointLogStreamClient added in v0.11.0

func NewWaypoint_EntrypointLogStreamClient(t mockConstructorTestingTNewWaypoint_EntrypointLogStreamClient) *Waypoint_EntrypointLogStreamClient

NewWaypoint_EntrypointLogStreamClient creates a new instance of Waypoint_EntrypointLogStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_EntrypointLogStreamServer added in v0.11.0

func NewWaypoint_EntrypointLogStreamServer(t mockConstructorTestingTNewWaypoint_EntrypointLogStreamServer) *Waypoint_EntrypointLogStreamServer

NewWaypoint_EntrypointLogStreamServer creates a new instance of Waypoint_EntrypointLogStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_GetJobStreamClient added in v0.11.0

func NewWaypoint_GetJobStreamClient(t mockConstructorTestingTNewWaypoint_GetJobStreamClient) *Waypoint_GetJobStreamClient

NewWaypoint_GetJobStreamClient creates a new instance of Waypoint_GetJobStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_GetJobStreamServer added in v0.11.0

func NewWaypoint_GetJobStreamServer(t mockConstructorTestingTNewWaypoint_GetJobStreamServer) *Waypoint_GetJobStreamServer

NewWaypoint_GetJobStreamServer creates a new instance of Waypoint_GetJobStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_GetLogStreamClient added in v0.11.0

func NewWaypoint_GetLogStreamClient(t mockConstructorTestingTNewWaypoint_GetLogStreamClient) *Waypoint_GetLogStreamClient

NewWaypoint_GetLogStreamClient creates a new instance of Waypoint_GetLogStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_GetLogStreamServer added in v0.11.0

func NewWaypoint_GetLogStreamServer(t mockConstructorTestingTNewWaypoint_GetLogStreamServer) *Waypoint_GetLogStreamServer

NewWaypoint_GetLogStreamServer creates a new instance of Waypoint_GetLogStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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

type Waypoint_RestoreSnapshotClient struct {
	mock.Mock
}

Waypoint_RestoreSnapshotClient is an autogenerated mock type for the Waypoint_RestoreSnapshotClient type

func NewWaypoint_RestoreSnapshotClient added in v0.11.0

func NewWaypoint_RestoreSnapshotClient(t mockConstructorTestingTNewWaypoint_RestoreSnapshotClient) *Waypoint_RestoreSnapshotClient

NewWaypoint_RestoreSnapshotClient creates a new instance of Waypoint_RestoreSnapshotClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Waypoint_RestoreSnapshotClient) CloseAndRecv

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

CloseAndRecv provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) CloseSend

func (_m *Waypoint_RestoreSnapshotClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) Context

Context provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) Header

Header provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotClient) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotClient) Send

Send provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotClient) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotClient) Trailer

Trailer provides a mock function with given fields:

type Waypoint_RestoreSnapshotServer

type Waypoint_RestoreSnapshotServer struct {
	mock.Mock
}

Waypoint_RestoreSnapshotServer is an autogenerated mock type for the Waypoint_RestoreSnapshotServer type

func NewWaypoint_RestoreSnapshotServer added in v0.11.0

func NewWaypoint_RestoreSnapshotServer(t mockConstructorTestingTNewWaypoint_RestoreSnapshotServer) *Waypoint_RestoreSnapshotServer

NewWaypoint_RestoreSnapshotServer creates a new instance of Waypoint_RestoreSnapshotServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Waypoint_RestoreSnapshotServer) Context

Context provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotServer) Recv

Recv provides a mock function with given fields:

func (*Waypoint_RestoreSnapshotServer) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotServer) SendAndClose

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

SendAndClose provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SendHeader

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

SendHeader provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*Waypoint_RestoreSnapshotServer) SetHeader

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

SetHeader provides a mock function with given fields: _a0

func (*Waypoint_RestoreSnapshotServer) SetTrailer

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 NewWaypoint_RunnerConfigClient added in v0.11.0

func NewWaypoint_RunnerConfigClient(t mockConstructorTestingTNewWaypoint_RunnerConfigClient) *Waypoint_RunnerConfigClient

NewWaypoint_RunnerConfigClient creates a new instance of Waypoint_RunnerConfigClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_RunnerConfigServer added in v0.11.0

func NewWaypoint_RunnerConfigServer(t mockConstructorTestingTNewWaypoint_RunnerConfigServer) *Waypoint_RunnerConfigServer

NewWaypoint_RunnerConfigServer creates a new instance of Waypoint_RunnerConfigServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_RunnerJobStreamClient added in v0.11.0

func NewWaypoint_RunnerJobStreamClient(t mockConstructorTestingTNewWaypoint_RunnerJobStreamClient) *Waypoint_RunnerJobStreamClient

NewWaypoint_RunnerJobStreamClient creates a new instance of Waypoint_RunnerJobStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_RunnerJobStreamServer added in v0.11.0

func NewWaypoint_RunnerJobStreamServer(t mockConstructorTestingTNewWaypoint_RunnerJobStreamServer) *Waypoint_RunnerJobStreamServer

NewWaypoint_RunnerJobStreamServer creates a new instance of Waypoint_RunnerJobStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_StartExecStreamClient added in v0.11.0

func NewWaypoint_StartExecStreamClient(t mockConstructorTestingTNewWaypoint_StartExecStreamClient) *Waypoint_StartExecStreamClient

NewWaypoint_StartExecStreamClient creates a new instance of Waypoint_StartExecStreamClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewWaypoint_StartExecStreamServer added in v0.11.0

func NewWaypoint_StartExecStreamServer(t mockConstructorTestingTNewWaypoint_StartExecStreamServer) *Waypoint_StartExecStreamServer

NewWaypoint_StartExecStreamServer creates a new instance of Waypoint_StartExecStreamServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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