Documentation
¶
Index ¶
- Variables
- type GetSecretsRequest
- func (x *GetSecretsRequest) ClearPattern()
- func (x *GetSecretsRequest) GetPattern() string
- func (x *GetSecretsRequest) HasPattern() bool
- func (*GetSecretsRequest) ProtoMessage()
- func (x *GetSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretsRequest) Reset()
- func (x *GetSecretsRequest) SetPattern(v string)
- func (x *GetSecretsRequest) String() string
- type GetSecretsRequest_builder
- type GetSecretsResponse
- func (x *GetSecretsResponse) GetEnvelopes() []*GetSecretsResponse_Envelope
- func (*GetSecretsResponse) ProtoMessage()
- func (x *GetSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSecretsResponse) Reset()
- func (x *GetSecretsResponse) SetEnvelopes(v []*GetSecretsResponse_Envelope)
- func (x *GetSecretsResponse) String() string
- type GetSecretsResponse_Envelope
- func (x *GetSecretsResponse_Envelope) ClearCreatedAt()
- func (x *GetSecretsResponse_Envelope) ClearExpiresAt()
- func (x *GetSecretsResponse_Envelope) ClearId()
- func (x *GetSecretsResponse_Envelope) ClearProvider()
- func (x *GetSecretsResponse_Envelope) ClearResolvedAt()
- func (x *GetSecretsResponse_Envelope) ClearValue()
- func (x *GetSecretsResponse_Envelope) ClearVersion()
- func (x *GetSecretsResponse_Envelope) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetSecretsResponse_Envelope) GetExpiresAt() *timestamppb.Timestamp
- func (x *GetSecretsResponse_Envelope) GetId() string
- func (x *GetSecretsResponse_Envelope) GetMetadata() map[string]string
- func (x *GetSecretsResponse_Envelope) GetProvider() string
- func (x *GetSecretsResponse_Envelope) GetResolvedAt() *timestamppb.Timestamp
- func (x *GetSecretsResponse_Envelope) GetValue() []byte
- func (x *GetSecretsResponse_Envelope) GetVersion() string
- func (x *GetSecretsResponse_Envelope) HasCreatedAt() bool
- func (x *GetSecretsResponse_Envelope) HasExpiresAt() bool
- func (x *GetSecretsResponse_Envelope) HasId() bool
- func (x *GetSecretsResponse_Envelope) HasProvider() bool
- func (x *GetSecretsResponse_Envelope) HasResolvedAt() bool
- func (x *GetSecretsResponse_Envelope) HasValue() bool
- func (x *GetSecretsResponse_Envelope) HasVersion() bool
- func (*GetSecretsResponse_Envelope) ProtoMessage()
- func (x *GetSecretsResponse_Envelope) ProtoReflect() protoreflect.Message
- func (x *GetSecretsResponse_Envelope) Reset()
- func (x *GetSecretsResponse_Envelope) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *GetSecretsResponse_Envelope) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *GetSecretsResponse_Envelope) SetId(v string)
- func (x *GetSecretsResponse_Envelope) SetMetadata(v map[string]string)
- func (x *GetSecretsResponse_Envelope) SetProvider(v string)
- func (x *GetSecretsResponse_Envelope) SetResolvedAt(v *timestamppb.Timestamp)
- func (x *GetSecretsResponse_Envelope) SetValue(v []byte)
- func (x *GetSecretsResponse_Envelope) SetVersion(v string)
- func (x *GetSecretsResponse_Envelope) String() string
- type GetSecretsResponse_Envelope_builder
- type GetSecretsResponse_builder
- type ListPluginsRequest
- type ListPluginsRequest_builder
- type ListPluginsResponse
- type ListPluginsResponse_builder
- type Plugin
- func (x *Plugin) ClearExternal()
- func (x *Plugin) ClearName()
- func (x *Plugin) ClearPattern()
- func (x *Plugin) ClearVersion()
- func (x *Plugin) GetExternal() bool
- func (x *Plugin) GetName() string
- func (x *Plugin) GetPattern() string
- func (x *Plugin) GetVersion() string
- func (x *Plugin) HasExternal() bool
- func (x *Plugin) HasName() bool
- func (x *Plugin) HasPattern() bool
- func (x *Plugin) HasVersion() bool
- func (*Plugin) ProtoMessage()
- func (x *Plugin) ProtoReflect() protoreflect.Message
- func (x *Plugin) Reset()
- func (x *Plugin) SetExternal(v bool)
- func (x *Plugin) SetName(v string)
- func (x *Plugin) SetPattern(v string)
- func (x *Plugin) SetVersion(v string)
- func (x *Plugin) String() string
- type Plugin_builder
- type RegisterPluginRequest
- func (x *RegisterPluginRequest) ClearName()
- func (x *RegisterPluginRequest) ClearPattern()
- func (x *RegisterPluginRequest) ClearVersion()
- func (x *RegisterPluginRequest) GetName() string
- func (x *RegisterPluginRequest) GetPattern() string
- func (x *RegisterPluginRequest) GetVersion() string
- func (x *RegisterPluginRequest) HasName() bool
- func (x *RegisterPluginRequest) HasPattern() bool
- func (x *RegisterPluginRequest) HasVersion() bool
- func (*RegisterPluginRequest) ProtoMessage()
- func (x *RegisterPluginRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterPluginRequest) Reset()
- func (x *RegisterPluginRequest) SetName(v string)
- func (x *RegisterPluginRequest) SetPattern(v string)
- func (x *RegisterPluginRequest) SetVersion(v string)
- func (x *RegisterPluginRequest) String() string
- type RegisterPluginRequest_builder
- type RegisterPluginResponse
- func (x *RegisterPluginResponse) ClearEngineName()
- func (x *RegisterPluginResponse) ClearEngineVersion()
- func (x *RegisterPluginResponse) ClearRequestTimeout()
- func (x *RegisterPluginResponse) GetEngineName() string
- func (x *RegisterPluginResponse) GetEngineVersion() string
- func (x *RegisterPluginResponse) GetRequestTimeout() *durationpb.Duration
- func (x *RegisterPluginResponse) HasEngineName() bool
- func (x *RegisterPluginResponse) HasEngineVersion() bool
- func (x *RegisterPluginResponse) HasRequestTimeout() bool
- func (*RegisterPluginResponse) ProtoMessage()
- func (x *RegisterPluginResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterPluginResponse) Reset()
- func (x *RegisterPluginResponse) SetEngineName(v string)
- func (x *RegisterPluginResponse) SetEngineVersion(v string)
- func (x *RegisterPluginResponse) SetRequestTimeout(v *durationpb.Duration)
- func (x *RegisterPluginResponse) String() string
- type RegisterPluginResponse_builder
- type ShutdownRequest
- type ShutdownRequest_builder
- type ShutdownResponse
- type ShutdownResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_resolver_v1_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetSecretsRequest ¶
type GetSecretsRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*GetSecretsRequest) ClearPattern ¶
func (x *GetSecretsRequest) ClearPattern()
func (*GetSecretsRequest) GetPattern ¶
func (x *GetSecretsRequest) GetPattern() string
func (*GetSecretsRequest) HasPattern ¶
func (x *GetSecretsRequest) HasPattern() bool
func (*GetSecretsRequest) ProtoMessage ¶
func (*GetSecretsRequest) ProtoMessage()
func (*GetSecretsRequest) ProtoReflect ¶
func (x *GetSecretsRequest) ProtoReflect() protoreflect.Message
func (*GetSecretsRequest) Reset ¶
func (x *GetSecretsRequest) Reset()
func (*GetSecretsRequest) SetPattern ¶
func (x *GetSecretsRequest) SetPattern(v string)
func (*GetSecretsRequest) String ¶
func (x *GetSecretsRequest) String() string
type GetSecretsRequest_builder ¶
type GetSecretsRequest_builder struct {
// ID of the secret to resolve.
Pattern *string
// contains filtered or unexported fields
}
func (GetSecretsRequest_builder) Build ¶
func (b0 GetSecretsRequest_builder) Build() *GetSecretsRequest
type GetSecretsResponse ¶
type GetSecretsResponse struct {
// contains filtered or unexported fields
}
func (*GetSecretsResponse) GetEnvelopes ¶
func (x *GetSecretsResponse) GetEnvelopes() []*GetSecretsResponse_Envelope
func (*GetSecretsResponse) ProtoMessage ¶
func (*GetSecretsResponse) ProtoMessage()
func (*GetSecretsResponse) ProtoReflect ¶
func (x *GetSecretsResponse) ProtoReflect() protoreflect.Message
func (*GetSecretsResponse) Reset ¶
func (x *GetSecretsResponse) Reset()
func (*GetSecretsResponse) SetEnvelopes ¶
func (x *GetSecretsResponse) SetEnvelopes(v []*GetSecretsResponse_Envelope)
func (*GetSecretsResponse) String ¶
func (x *GetSecretsResponse) String() string
type GetSecretsResponse_Envelope ¶
type GetSecretsResponse_Envelope struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*GetSecretsResponse_Envelope) ClearCreatedAt ¶
func (x *GetSecretsResponse_Envelope) ClearCreatedAt()
func (*GetSecretsResponse_Envelope) ClearExpiresAt ¶
func (x *GetSecretsResponse_Envelope) ClearExpiresAt()
func (*GetSecretsResponse_Envelope) ClearId ¶
func (x *GetSecretsResponse_Envelope) ClearId()
func (*GetSecretsResponse_Envelope) ClearProvider ¶
func (x *GetSecretsResponse_Envelope) ClearProvider()
func (*GetSecretsResponse_Envelope) ClearResolvedAt ¶
func (x *GetSecretsResponse_Envelope) ClearResolvedAt()
func (*GetSecretsResponse_Envelope) ClearValue ¶
func (x *GetSecretsResponse_Envelope) ClearValue()
func (*GetSecretsResponse_Envelope) ClearVersion ¶
func (x *GetSecretsResponse_Envelope) ClearVersion()
func (*GetSecretsResponse_Envelope) GetCreatedAt ¶
func (x *GetSecretsResponse_Envelope) GetCreatedAt() *timestamppb.Timestamp
func (*GetSecretsResponse_Envelope) GetExpiresAt ¶
func (x *GetSecretsResponse_Envelope) GetExpiresAt() *timestamppb.Timestamp
func (*GetSecretsResponse_Envelope) GetId ¶
func (x *GetSecretsResponse_Envelope) GetId() string
func (*GetSecretsResponse_Envelope) GetMetadata ¶
func (x *GetSecretsResponse_Envelope) GetMetadata() map[string]string
func (*GetSecretsResponse_Envelope) GetProvider ¶
func (x *GetSecretsResponse_Envelope) GetProvider() string
func (*GetSecretsResponse_Envelope) GetResolvedAt ¶
func (x *GetSecretsResponse_Envelope) GetResolvedAt() *timestamppb.Timestamp
func (*GetSecretsResponse_Envelope) GetValue ¶
func (x *GetSecretsResponse_Envelope) GetValue() []byte
func (*GetSecretsResponse_Envelope) GetVersion ¶
func (x *GetSecretsResponse_Envelope) GetVersion() string
func (*GetSecretsResponse_Envelope) HasCreatedAt ¶
func (x *GetSecretsResponse_Envelope) HasCreatedAt() bool
func (*GetSecretsResponse_Envelope) HasExpiresAt ¶
func (x *GetSecretsResponse_Envelope) HasExpiresAt() bool
func (*GetSecretsResponse_Envelope) HasId ¶
func (x *GetSecretsResponse_Envelope) HasId() bool
func (*GetSecretsResponse_Envelope) HasProvider ¶
func (x *GetSecretsResponse_Envelope) HasProvider() bool
func (*GetSecretsResponse_Envelope) HasResolvedAt ¶
func (x *GetSecretsResponse_Envelope) HasResolvedAt() bool
func (*GetSecretsResponse_Envelope) HasValue ¶
func (x *GetSecretsResponse_Envelope) HasValue() bool
func (*GetSecretsResponse_Envelope) HasVersion ¶
func (x *GetSecretsResponse_Envelope) HasVersion() bool
func (*GetSecretsResponse_Envelope) ProtoMessage ¶
func (*GetSecretsResponse_Envelope) ProtoMessage()
func (*GetSecretsResponse_Envelope) ProtoReflect ¶
func (x *GetSecretsResponse_Envelope) ProtoReflect() protoreflect.Message
func (*GetSecretsResponse_Envelope) Reset ¶
func (x *GetSecretsResponse_Envelope) Reset()
func (*GetSecretsResponse_Envelope) SetCreatedAt ¶
func (x *GetSecretsResponse_Envelope) SetCreatedAt(v *timestamppb.Timestamp)
func (*GetSecretsResponse_Envelope) SetExpiresAt ¶
func (x *GetSecretsResponse_Envelope) SetExpiresAt(v *timestamppb.Timestamp)
func (*GetSecretsResponse_Envelope) SetId ¶
func (x *GetSecretsResponse_Envelope) SetId(v string)
func (*GetSecretsResponse_Envelope) SetMetadata ¶
func (x *GetSecretsResponse_Envelope) SetMetadata(v map[string]string)
func (*GetSecretsResponse_Envelope) SetProvider ¶
func (x *GetSecretsResponse_Envelope) SetProvider(v string)
func (*GetSecretsResponse_Envelope) SetResolvedAt ¶
func (x *GetSecretsResponse_Envelope) SetResolvedAt(v *timestamppb.Timestamp)
func (*GetSecretsResponse_Envelope) SetValue ¶
func (x *GetSecretsResponse_Envelope) SetValue(v []byte)
func (*GetSecretsResponse_Envelope) SetVersion ¶
func (x *GetSecretsResponse_Envelope) SetVersion(v string)
func (*GetSecretsResponse_Envelope) String ¶
func (x *GetSecretsResponse_Envelope) String() string
type GetSecretsResponse_Envelope_builder ¶
type GetSecretsResponse_Envelope_builder struct {
// ID of the secret to resolve.
Id *string
// The resolved secret value.
Value []byte
Provider *string
Version *string
CreatedAt *timestamppb.Timestamp
ResolvedAt *timestamppb.Timestamp
ExpiresAt *timestamppb.Timestamp
Metadata map[string]string
// contains filtered or unexported fields
}
func (GetSecretsResponse_Envelope_builder) Build ¶
func (b0 GetSecretsResponse_Envelope_builder) Build() *GetSecretsResponse_Envelope
type GetSecretsResponse_builder ¶
type GetSecretsResponse_builder struct {
Envelopes []*GetSecretsResponse_Envelope
// contains filtered or unexported fields
}
func (GetSecretsResponse_builder) Build ¶
func (b0 GetSecretsResponse_builder) Build() *GetSecretsResponse
type ListPluginsRequest ¶
type ListPluginsRequest struct {
// contains filtered or unexported fields
}
func (*ListPluginsRequest) ProtoMessage ¶
func (*ListPluginsRequest) ProtoMessage()
func (*ListPluginsRequest) ProtoReflect ¶
func (x *ListPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListPluginsRequest) Reset ¶
func (x *ListPluginsRequest) Reset()
func (*ListPluginsRequest) String ¶
func (x *ListPluginsRequest) String() string
type ListPluginsRequest_builder ¶
type ListPluginsRequest_builder struct {
// contains filtered or unexported fields
}
func (ListPluginsRequest_builder) Build ¶
func (b0 ListPluginsRequest_builder) Build() *ListPluginsRequest
type ListPluginsResponse ¶
type ListPluginsResponse struct {
// contains filtered or unexported fields
}
func (*ListPluginsResponse) GetPlugins ¶
func (x *ListPluginsResponse) GetPlugins() []*Plugin
func (*ListPluginsResponse) ProtoMessage ¶
func (*ListPluginsResponse) ProtoMessage()
func (*ListPluginsResponse) ProtoReflect ¶
func (x *ListPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListPluginsResponse) Reset ¶
func (x *ListPluginsResponse) Reset()
func (*ListPluginsResponse) SetPlugins ¶
func (x *ListPluginsResponse) SetPlugins(v []*Plugin)
func (*ListPluginsResponse) String ¶
func (x *ListPluginsResponse) String() string
type ListPluginsResponse_builder ¶
type ListPluginsResponse_builder struct {
Plugins []*Plugin
// contains filtered or unexported fields
}
func (ListPluginsResponse_builder) Build ¶
func (b0 ListPluginsResponse_builder) Build() *ListPluginsResponse
type Plugin ¶
type Plugin struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*Plugin) ClearExternal ¶
func (x *Plugin) ClearExternal()
func (*Plugin) ClearPattern ¶
func (x *Plugin) ClearPattern()
func (*Plugin) ClearVersion ¶
func (x *Plugin) ClearVersion()
func (*Plugin) GetExternal ¶
func (*Plugin) GetPattern ¶
func (*Plugin) GetVersion ¶
func (*Plugin) HasExternal ¶
func (*Plugin) HasPattern ¶
func (*Plugin) HasVersion ¶
func (*Plugin) ProtoMessage ¶
func (*Plugin) ProtoMessage()
func (*Plugin) ProtoReflect ¶
func (x *Plugin) ProtoReflect() protoreflect.Message
func (*Plugin) SetExternal ¶
func (*Plugin) SetPattern ¶
func (*Plugin) SetVersion ¶
type Plugin_builder ¶
type Plugin_builder struct {
// Name
Name *string
// Version
Version *string
// Pattern
Pattern *string
// External vs builtin
External *bool
// contains filtered or unexported fields
}
func (Plugin_builder) Build ¶
func (b0 Plugin_builder) Build() *Plugin
type RegisterPluginRequest ¶
type RegisterPluginRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*RegisterPluginRequest) ClearName ¶
func (x *RegisterPluginRequest) ClearName()
func (*RegisterPluginRequest) ClearPattern ¶
func (x *RegisterPluginRequest) ClearPattern()
func (*RegisterPluginRequest) ClearVersion ¶
func (x *RegisterPluginRequest) ClearVersion()
func (*RegisterPluginRequest) GetName ¶
func (x *RegisterPluginRequest) GetName() string
func (*RegisterPluginRequest) GetPattern ¶
func (x *RegisterPluginRequest) GetPattern() string
func (*RegisterPluginRequest) GetVersion ¶
func (x *RegisterPluginRequest) GetVersion() string
func (*RegisterPluginRequest) HasName ¶
func (x *RegisterPluginRequest) HasName() bool
func (*RegisterPluginRequest) HasPattern ¶
func (x *RegisterPluginRequest) HasPattern() bool
func (*RegisterPluginRequest) HasVersion ¶
func (x *RegisterPluginRequest) HasVersion() bool
func (*RegisterPluginRequest) ProtoMessage ¶
func (*RegisterPluginRequest) ProtoMessage()
func (*RegisterPluginRequest) ProtoReflect ¶
func (x *RegisterPluginRequest) ProtoReflect() protoreflect.Message
func (*RegisterPluginRequest) Reset ¶
func (x *RegisterPluginRequest) Reset()
func (*RegisterPluginRequest) SetName ¶
func (x *RegisterPluginRequest) SetName(v string)
func (*RegisterPluginRequest) SetPattern ¶
func (x *RegisterPluginRequest) SetPattern(v string)
func (*RegisterPluginRequest) SetVersion ¶
func (x *RegisterPluginRequest) SetVersion(v string)
func (*RegisterPluginRequest) String ¶
func (x *RegisterPluginRequest) String() string
type RegisterPluginRequest_builder ¶
type RegisterPluginRequest_builder struct {
// Name of the plugin to register.
Name *string
// Version of the plugin.
Version *string
// Pattern
Pattern *string
// contains filtered or unexported fields
}
func (RegisterPluginRequest_builder) Build ¶
func (b0 RegisterPluginRequest_builder) Build() *RegisterPluginRequest
type RegisterPluginResponse ¶
type RegisterPluginResponse struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*RegisterPluginResponse) ClearEngineName ¶
func (x *RegisterPluginResponse) ClearEngineName()
func (*RegisterPluginResponse) ClearEngineVersion ¶
func (x *RegisterPluginResponse) ClearEngineVersion()
func (*RegisterPluginResponse) ClearRequestTimeout ¶
func (x *RegisterPluginResponse) ClearRequestTimeout()
func (*RegisterPluginResponse) GetEngineName ¶
func (x *RegisterPluginResponse) GetEngineName() string
func (*RegisterPluginResponse) GetEngineVersion ¶
func (x *RegisterPluginResponse) GetEngineVersion() string
func (*RegisterPluginResponse) GetRequestTimeout ¶
func (x *RegisterPluginResponse) GetRequestTimeout() *durationpb.Duration
func (*RegisterPluginResponse) HasEngineName ¶
func (x *RegisterPluginResponse) HasEngineName() bool
func (*RegisterPluginResponse) HasEngineVersion ¶
func (x *RegisterPluginResponse) HasEngineVersion() bool
func (*RegisterPluginResponse) HasRequestTimeout ¶
func (x *RegisterPluginResponse) HasRequestTimeout() bool
func (*RegisterPluginResponse) ProtoMessage ¶
func (*RegisterPluginResponse) ProtoMessage()
func (*RegisterPluginResponse) ProtoReflect ¶
func (x *RegisterPluginResponse) ProtoReflect() protoreflect.Message
func (*RegisterPluginResponse) Reset ¶
func (x *RegisterPluginResponse) Reset()
func (*RegisterPluginResponse) SetEngineName ¶
func (x *RegisterPluginResponse) SetEngineName(v string)
func (*RegisterPluginResponse) SetEngineVersion ¶
func (x *RegisterPluginResponse) SetEngineVersion(v string)
func (*RegisterPluginResponse) SetRequestTimeout ¶
func (x *RegisterPluginResponse) SetRequestTimeout(v *durationpb.Duration)
func (*RegisterPluginResponse) String ¶
func (x *RegisterPluginResponse) String() string
type RegisterPluginResponse_builder ¶
type RegisterPluginResponse_builder struct {
// Name of the secrets engine is running in.
EngineName *string
// Version of the runtime engine is running in.
EngineVersion *string
// Configured request processing timeout in milliseconds.
RequestTimeout *durationpb.Duration
// contains filtered or unexported fields
}
func (RegisterPluginResponse_builder) Build ¶
func (b0 RegisterPluginResponse_builder) Build() *RegisterPluginResponse
type ShutdownRequest ¶
type ShutdownRequest struct {
// contains filtered or unexported fields
}
func (*ShutdownRequest) ProtoMessage ¶
func (*ShutdownRequest) ProtoMessage()
func (*ShutdownRequest) ProtoReflect ¶
func (x *ShutdownRequest) ProtoReflect() protoreflect.Message
func (*ShutdownRequest) Reset ¶
func (x *ShutdownRequest) Reset()
func (*ShutdownRequest) String ¶
func (x *ShutdownRequest) String() string
type ShutdownRequest_builder ¶
type ShutdownRequest_builder struct {
// contains filtered or unexported fields
}
func (ShutdownRequest_builder) Build ¶
func (b0 ShutdownRequest_builder) Build() *ShutdownRequest
type ShutdownResponse ¶
type ShutdownResponse struct {
// contains filtered or unexported fields
}
func (*ShutdownResponse) ProtoMessage ¶
func (*ShutdownResponse) ProtoMessage()
func (*ShutdownResponse) ProtoReflect ¶
func (x *ShutdownResponse) ProtoReflect() protoreflect.Message
func (*ShutdownResponse) Reset ¶
func (x *ShutdownResponse) Reset()
func (*ShutdownResponse) String ¶
func (x *ShutdownResponse) String() string
type ShutdownResponse_builder ¶
type ShutdownResponse_builder struct {
// contains filtered or unexported fields
}
func (ShutdownResponse_builder) Build ¶
func (b0 ShutdownResponse_builder) Build() *ShutdownResponse
Click to show internal directories.
Click to hide internal directories.