mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 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

func (_m *WaypointClient) CreateHostname(ctx context.Context, in *gen.CreateHostnameRequest, opts ...grpc.CallOption) (*gen.CreateHostnameResponse, error)

CreateHostname 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

func (_m *WaypointClient) EntrypointConfig(ctx context.Context, in *gen.EntrypointConfigRequest, opts ...grpc.CallOption) (gen.Waypoint_EntrypointConfigClient, error)

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

func (_m *WaypointClient) GetConfig(ctx context.Context, in *gen.ConfigGetRequest, opts ...grpc.CallOption) (*gen.ConfigGetResponse, error)

GetConfig 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

func (_m *WaypointClient) GetJobStream(ctx context.Context, in *gen.GetJobStreamRequest, opts ...grpc.CallOption) (gen.Waypoint_GetJobStreamClient, error)

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

func (_m *WaypointClient) GetLogStream(ctx context.Context, in *gen.GetLogStreamRequest, opts ...grpc.CallOption) (gen.Waypoint_GetLogStreamClient, error)

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

func (*WaypointClient) GetProject

func (_m *WaypointClient) GetProject(ctx context.Context, in *gen.GetProjectRequest, opts ...grpc.CallOption) (*gen.GetProjectResponse, error)

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

func (_m *WaypointClient) GetWorkspace(ctx context.Context, in *gen.GetWorkspaceRequest, opts ...grpc.CallOption) (*gen.GetWorkspaceResponse, error)

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

func (*WaypointClient) ListBuilds

func (_m *WaypointClient) ListBuilds(ctx context.Context, in *gen.ListBuildsRequest, opts ...grpc.CallOption) (*gen.ListBuildsResponse, error)

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

func (*WaypointClient) ListDeployments

func (_m *WaypointClient) ListDeployments(ctx context.Context, in *gen.ListDeploymentsRequest, opts ...grpc.CallOption) (*gen.ListDeploymentsResponse, error)

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

func (*WaypointClient) ListHostnames

func (_m *WaypointClient) ListHostnames(ctx context.Context, in *gen.ListHostnamesRequest, opts ...grpc.CallOption) (*gen.ListHostnamesResponse, error)

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

func (*WaypointClient) ListInstances

func (_m *WaypointClient) ListInstances(ctx context.Context, in *gen.ListInstancesRequest, opts ...grpc.CallOption) (*gen.ListInstancesResponse, error)

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

func (_m *WaypointClient) ListPushedArtifacts(ctx context.Context, in *gen.ListPushedArtifactsRequest, opts ...grpc.CallOption) (*gen.ListPushedArtifactsResponse, error)

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

func (*WaypointClient) ListReleases

func (_m *WaypointClient) ListReleases(ctx context.Context, in *gen.ListReleasesRequest, opts ...grpc.CallOption) (*gen.ListReleasesResponse, error)

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

func (*WaypointClient) ListWorkspaces

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

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

func (*WaypointClient) QueueJob

func (_m *WaypointClient) QueueJob(ctx context.Context, in *gen.QueueJobRequest, opts ...grpc.CallOption) (*gen.QueueJobResponse, error)

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

func (*WaypointClient) RunnerConfig

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

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

func (*WaypointClient) RunnerGetDeploymentConfig

func (_m *WaypointClient) RunnerGetDeploymentConfig(ctx context.Context, in *gen.RunnerGetDeploymentConfigRequest, opts ...grpc.CallOption) (*gen.RunnerGetDeploymentConfigResponse, error)

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

func (*WaypointClient) RunnerJobStream

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

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

func (*WaypointClient) SetConfig

func (_m *WaypointClient) SetConfig(ctx context.Context, in *gen.ConfigSetRequest, opts ...grpc.CallOption) (*gen.ConfigSetResponse, error)

SetConfig 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

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

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

func (*WaypointClient) UpsertApplication

func (_m *WaypointClient) UpsertApplication(ctx context.Context, in *gen.UpsertApplicationRequest, opts ...grpc.CallOption) (*gen.UpsertApplicationResponse, error)

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

func (*WaypointClient) UpsertBuild

func (_m *WaypointClient) UpsertBuild(ctx context.Context, in *gen.UpsertBuildRequest, opts ...grpc.CallOption) (*gen.UpsertBuildResponse, error)

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

func (*WaypointClient) UpsertDeployment

func (_m *WaypointClient) UpsertDeployment(ctx context.Context, in *gen.UpsertDeploymentRequest, opts ...grpc.CallOption) (*gen.UpsertDeploymentResponse, error)

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

func (*WaypointClient) UpsertProject

func (_m *WaypointClient) UpsertProject(ctx context.Context, in *gen.UpsertProjectRequest, opts ...grpc.CallOption) (*gen.UpsertProjectResponse, error)

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

func (*WaypointClient) UpsertPushedArtifact

func (_m *WaypointClient) UpsertPushedArtifact(ctx context.Context, in *gen.UpsertPushedArtifactRequest, opts ...grpc.CallOption) (*gen.UpsertPushedArtifactResponse, error)

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

func (*WaypointClient) UpsertRelease

func (_m *WaypointClient) UpsertRelease(ctx context.Context, in *gen.UpsertReleaseRequest, opts ...grpc.CallOption) (*gen.UpsertReleaseResponse, error)

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

func (*WaypointClient) ValidateJob

func (_m *WaypointClient) ValidateJob(ctx context.Context, in *gen.ValidateJobRequest, opts ...grpc.CallOption) (*gen.ValidateJobResponse, error)

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

func (*WaypointClient) XListJobs

func (_m *WaypointClient) XListJobs(ctx context.Context, in *gen.ListJobsRequest, opts ...grpc.CallOption) (*gen.ListJobsResponse, error)

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

func (_m *WaypointServer) CreateHostname(_a0 context.Context, _a1 *gen.CreateHostnameRequest) (*gen.CreateHostnameResponse, error)

CreateHostname 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

func (_m *WaypointServer) EntrypointConfig(_a0 *gen.EntrypointConfigRequest, _a1 gen.Waypoint_EntrypointConfigServer) error

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

func (_m *WaypointServer) GetConfig(_a0 context.Context, _a1 *gen.ConfigGetRequest) (*gen.ConfigGetResponse, error)

GetConfig 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

func (_m *WaypointServer) GetJobStream(_a0 *gen.GetJobStreamRequest, _a1 gen.Waypoint_GetJobStreamServer) error

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

func (_m *WaypointServer) GetLogStream(_a0 *gen.GetLogStreamRequest, _a1 gen.Waypoint_GetLogStreamServer) error

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

func (*WaypointServer) GetProject

func (_m *WaypointServer) GetProject(_a0 context.Context, _a1 *gen.GetProjectRequest) (*gen.GetProjectResponse, error)

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

func (_m *WaypointServer) GetWorkspace(_a0 context.Context, _a1 *gen.GetWorkspaceRequest) (*gen.GetWorkspaceResponse, error)

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

func (*WaypointServer) ListBuilds

func (_m *WaypointServer) ListBuilds(_a0 context.Context, _a1 *gen.ListBuildsRequest) (*gen.ListBuildsResponse, error)

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

func (*WaypointServer) ListDeployments

func (_m *WaypointServer) ListDeployments(_a0 context.Context, _a1 *gen.ListDeploymentsRequest) (*gen.ListDeploymentsResponse, error)

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

func (*WaypointServer) ListHostnames

func (_m *WaypointServer) ListHostnames(_a0 context.Context, _a1 *gen.ListHostnamesRequest) (*gen.ListHostnamesResponse, error)

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

func (*WaypointServer) ListInstances

func (_m *WaypointServer) ListInstances(_a0 context.Context, _a1 *gen.ListInstancesRequest) (*gen.ListInstancesResponse, error)

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

func (_m *WaypointServer) ListPushedArtifacts(_a0 context.Context, _a1 *gen.ListPushedArtifactsRequest) (*gen.ListPushedArtifactsResponse, error)

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

func (*WaypointServer) ListReleases

func (_m *WaypointServer) ListReleases(_a0 context.Context, _a1 *gen.ListReleasesRequest) (*gen.ListReleasesResponse, error)

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

func (*WaypointServer) ListWorkspaces

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

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

func (*WaypointServer) QueueJob

func (_m *WaypointServer) QueueJob(_a0 context.Context, _a1 *gen.QueueJobRequest) (*gen.QueueJobResponse, error)

QueueJob 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

func (_m *WaypointServer) RunnerGetDeploymentConfig(_a0 context.Context, _a1 *gen.RunnerGetDeploymentConfigRequest) (*gen.RunnerGetDeploymentConfigResponse, error)

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

func (_m *WaypointServer) SetConfig(_a0 context.Context, _a1 *gen.ConfigSetRequest) (*gen.ConfigSetResponse, error)

SetConfig 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

func (_m *WaypointServer) UpsertApplication(_a0 context.Context, _a1 *gen.UpsertApplicationRequest) (*gen.UpsertApplicationResponse, error)

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

func (*WaypointServer) UpsertBuild

func (_m *WaypointServer) UpsertBuild(_a0 context.Context, _a1 *gen.UpsertBuildRequest) (*gen.UpsertBuildResponse, error)

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

func (*WaypointServer) UpsertDeployment

func (_m *WaypointServer) UpsertDeployment(_a0 context.Context, _a1 *gen.UpsertDeploymentRequest) (*gen.UpsertDeploymentResponse, error)

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

func (*WaypointServer) UpsertProject

func (_m *WaypointServer) UpsertProject(_a0 context.Context, _a1 *gen.UpsertProjectRequest) (*gen.UpsertProjectResponse, error)

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

func (*WaypointServer) UpsertPushedArtifact

func (_m *WaypointServer) UpsertPushedArtifact(_a0 context.Context, _a1 *gen.UpsertPushedArtifactRequest) (*gen.UpsertPushedArtifactResponse, error)

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

func (*WaypointServer) UpsertRelease

func (_m *WaypointServer) UpsertRelease(_a0 context.Context, _a1 *gen.UpsertReleaseRequest) (*gen.UpsertReleaseResponse, error)

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

func (*WaypointServer) ValidateJob

func (_m *WaypointServer) ValidateJob(_a0 context.Context, _a1 *gen.ValidateJobRequest) (*gen.ValidateJobResponse, error)

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

func (*WaypointServer) XListJobs

func (_m *WaypointServer) XListJobs(_a0 context.Context, _a1 *gen.ListJobsRequest) (*gen.ListJobsResponse, error)

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

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

func (_m *Waypoint_EntrypointConfigClient) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) Header

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

Header provides a mock function with given fields:

func (*Waypoint_EntrypointConfigClient) Recv

func (_m *Waypoint_EntrypointConfigClient) Recv() (*gen.EntrypointConfigResponse, error)

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

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

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

func (_m *Waypoint_EntrypointConfigServer) Context() context.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

func (_m *Waypoint_EntrypointConfigServer) Send(_a0 *gen.EntrypointConfigResponse) error

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

func (_m *Waypoint_EntrypointExecStreamClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Context

func (_m *Waypoint_EntrypointExecStreamClient) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Header

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

Header provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamClient) Recv

func (_m *Waypoint_EntrypointExecStreamClient) Recv() (*gen.EntrypointExecResponse, error)

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

func (_m *Waypoint_EntrypointExecStreamClient) Send(_a0 *gen.EntrypointExecRequest) error

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

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

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

func (_m *Waypoint_EntrypointExecStreamServer) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointExecStreamServer) Recv

func (_m *Waypoint_EntrypointExecStreamServer) Recv() (*gen.EntrypointExecRequest, error)

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

func (_m *Waypoint_EntrypointExecStreamServer) Send(_a0 *gen.EntrypointExecResponse) error

Send provides a mock function with given fields: _a0

func (*Waypoint_EntrypointExecStreamServer) SendHeader

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

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

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

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

func (_m *Waypoint_EntrypointLogStreamClient) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamClient) Header

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

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

func (_m *Waypoint_EntrypointLogStreamClient) Send(_a0 *gen.EntrypointLogBatch) error

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

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

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

func (_m *Waypoint_EntrypointLogStreamServer) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_EntrypointLogStreamServer) Recv

func (_m *Waypoint_EntrypointLogStreamServer) Recv() (*gen.EntrypointLogBatch, error)

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

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

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

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

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

func (_m *Waypoint_GetJobStreamClient) Context() context.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

func (_m *Waypoint_GetJobStreamClient) Recv() (*gen.GetJobStreamResponse, error)

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

func (_m *Waypoint_GetJobStreamServer) Context() context.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

func (_m *Waypoint_GetJobStreamServer) Send(_a0 *gen.GetJobStreamResponse) error

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

func (_m *Waypoint_GetLogStreamClient) Context() context.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

func (_m *Waypoint_GetLogStreamClient) Recv() (*gen.LogBatch, error)

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

func (_m *Waypoint_GetLogStreamServer) Context() context.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

func (_m *Waypoint_GetLogStreamServer) Send(_a0 *gen.LogBatch) error

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_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

func (_m *Waypoint_RunnerConfigClient) Context() context.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

func (_m *Waypoint_RunnerConfigClient) Recv() (*gen.RunnerConfigResponse, error)

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

func (_m *Waypoint_RunnerConfigClient) Send(_a0 *gen.RunnerConfigRequest) error

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

func (_m *Waypoint_RunnerConfigServer) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerConfigServer) Recv

func (_m *Waypoint_RunnerConfigServer) Recv() (*gen.RunnerConfigRequest, error)

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

func (_m *Waypoint_RunnerConfigServer) Send(_a0 *gen.RunnerConfigResponse) error

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

func (_m *Waypoint_RunnerJobStreamClient) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) Header

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

Header provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamClient) Recv

func (_m *Waypoint_RunnerJobStreamClient) Recv() (*gen.RunnerJobStreamResponse, error)

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

func (_m *Waypoint_RunnerJobStreamClient) Send(_a0 *gen.RunnerJobStreamRequest) error

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

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

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

func (_m *Waypoint_RunnerJobStreamServer) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_RunnerJobStreamServer) Recv

func (_m *Waypoint_RunnerJobStreamServer) Recv() (*gen.RunnerJobStreamRequest, error)

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

func (_m *Waypoint_RunnerJobStreamServer) Send(_a0 *gen.RunnerJobStreamResponse) error

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

func (_m *Waypoint_StartExecStreamClient) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) Header

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

Header provides a mock function with given fields:

func (*Waypoint_StartExecStreamClient) Recv

func (_m *Waypoint_StartExecStreamClient) Recv() (*gen.ExecStreamResponse, error)

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

func (_m *Waypoint_StartExecStreamClient) Send(_a0 *gen.ExecStreamRequest) error

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

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

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

func (_m *Waypoint_StartExecStreamServer) Context() context.Context

Context provides a mock function with given fields:

func (*Waypoint_StartExecStreamServer) Recv

func (_m *Waypoint_StartExecStreamServer) Recv() (*gen.ExecStreamRequest, error)

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

func (_m *Waypoint_StartExecStreamServer) Send(_a0 *gen.ExecStreamResponse) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳