Documentation
¶
Index ¶
- Constants
- func WithContext(ctx context.Context) func(opts *Options)
- func WithGRPCDialOptions(dialOptions ...grpc.DialOption) func(opts *Options)
- func WithSockPath(path string) func(opts *Options)
- type Client
- type DeleteRequest
- type ListResponse
- type LogRequest
- type LogResponse
- type Options
- type Program
- type ProgramResponse
- type RestartRequest
- type RunRequest
- type ServeRequest
- type StopRequest
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func WithContext ¶
func WithGRPCDialOptions ¶
func WithGRPCDialOptions(dialOptions ...grpc.DialOption) func(opts *Options)
func WithSockPath ¶
Types ¶
type Client ¶
type Client struct { internal.WackerClient // contains filtered or unexported fields }
type DeleteRequest ¶
type DeleteRequest = internal.DeleteRequest
type ListResponse ¶
type ListResponse = internal.ListResponse
type LogRequest ¶
type LogRequest = internal.LogRequest
type LogResponse ¶
type LogResponse = internal.LogResponse
type ProgramResponse ¶
type ProgramResponse = internal.ProgramResponse
type RestartRequest ¶
type RestartRequest = internal.RestartRequest
type RunRequest ¶
type RunRequest = internal.RunRequest
type ServeRequest ¶
type ServeRequest = internal.ServeRequest
type StopRequest ¶
type StopRequest = internal.StopRequest
Click to show internal directories.
Click to hide internal directories.