Documentation
¶
Index ¶
- Variables
- type GetSecretRequest
- func (x *GetSecretRequest) ClearId()
- func (x *GetSecretRequest) ClearProvider()
- func (x *GetSecretRequest) GetId() string
- func (x *GetSecretRequest) GetProvider() string
- func (x *GetSecretRequest) HasId() bool
- func (x *GetSecretRequest) HasProvider() bool
- func (*GetSecretRequest) ProtoMessage()
- func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretRequest) Reset()
- func (x *GetSecretRequest) SetId(v string)
- func (x *GetSecretRequest) SetProvider(v string)
- func (x *GetSecretRequest) String() string
- type GetSecretRequest_builder
- type GetSecretResponse
- func (x *GetSecretResponse) ClearCreatedAt()
- func (x *GetSecretResponse) ClearError()
- func (x *GetSecretResponse) ClearExpiresAt()
- func (x *GetSecretResponse) ClearId()
- func (x *GetSecretResponse) ClearProvider()
- func (x *GetSecretResponse) ClearResolvedAt()
- func (x *GetSecretResponse) ClearValue()
- func (x *GetSecretResponse) ClearVersion()
- func (x *GetSecretResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetSecretResponse) GetError() string
- func (x *GetSecretResponse) GetExpiresAt() *timestamppb.Timestamp
- func (x *GetSecretResponse) GetId() string
- func (x *GetSecretResponse) GetProvider() string
- func (x *GetSecretResponse) GetResolvedAt() *timestamppb.Timestamp
- func (x *GetSecretResponse) GetValue() []byte
- func (x *GetSecretResponse) GetVersion() string
- func (x *GetSecretResponse) HasCreatedAt() bool
- func (x *GetSecretResponse) HasError() bool
- func (x *GetSecretResponse) HasExpiresAt() bool
- func (x *GetSecretResponse) HasId() bool
- func (x *GetSecretResponse) HasProvider() bool
- func (x *GetSecretResponse) HasResolvedAt() bool
- func (x *GetSecretResponse) HasValue() bool
- func (x *GetSecretResponse) HasVersion() bool
- func (*GetSecretResponse) ProtoMessage()
- func (x *GetSecretResponse) ProtoReflect() protoreflect.Message
- func (x *GetSecretResponse) Reset()
- func (x *GetSecretResponse) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *GetSecretResponse) SetError(v string)
- func (x *GetSecretResponse) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *GetSecretResponse) SetId(v string)
- func (x *GetSecretResponse) SetProvider(v string)
- func (x *GetSecretResponse) SetResolvedAt(v *timestamppb.Timestamp)
- func (x *GetSecretResponse) SetValue(v []byte)
- func (x *GetSecretResponse) SetVersion(v string)
- func (x *GetSecretResponse) String() string
- type GetSecretResponse_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 GetSecretRequest ¶
type GetSecretRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*GetSecretRequest) ClearId ¶
func (x *GetSecretRequest) ClearId()
func (*GetSecretRequest) ClearProvider ¶
func (x *GetSecretRequest) ClearProvider()
func (*GetSecretRequest) GetId ¶
func (x *GetSecretRequest) GetId() string
func (*GetSecretRequest) GetProvider ¶
func (x *GetSecretRequest) GetProvider() string
func (*GetSecretRequest) HasId ¶
func (x *GetSecretRequest) HasId() bool
func (*GetSecretRequest) HasProvider ¶
func (x *GetSecretRequest) HasProvider() bool
func (*GetSecretRequest) ProtoMessage ¶
func (*GetSecretRequest) ProtoMessage()
func (*GetSecretRequest) ProtoReflect ¶
func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
func (*GetSecretRequest) Reset ¶
func (x *GetSecretRequest) Reset()
func (*GetSecretRequest) SetId ¶
func (x *GetSecretRequest) SetId(v string)
func (*GetSecretRequest) SetProvider ¶
func (x *GetSecretRequest) SetProvider(v string)
func (*GetSecretRequest) String ¶
func (x *GetSecretRequest) String() string
type GetSecretRequest_builder ¶
type GetSecretRequest_builder struct {
// ID of the secret to resolve.
Id *string
Provider *string
// contains filtered or unexported fields
}
func (GetSecretRequest_builder) Build ¶
func (b0 GetSecretRequest_builder) Build() *GetSecretRequest
type GetSecretResponse ¶
type GetSecretResponse struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*GetSecretResponse) ClearCreatedAt ¶
func (x *GetSecretResponse) ClearCreatedAt()
func (*GetSecretResponse) ClearError ¶
func (x *GetSecretResponse) ClearError()
func (*GetSecretResponse) ClearExpiresAt ¶
func (x *GetSecretResponse) ClearExpiresAt()
func (*GetSecretResponse) ClearId ¶
func (x *GetSecretResponse) ClearId()
func (*GetSecretResponse) ClearProvider ¶
func (x *GetSecretResponse) ClearProvider()
func (*GetSecretResponse) ClearResolvedAt ¶
func (x *GetSecretResponse) ClearResolvedAt()
func (*GetSecretResponse) ClearValue ¶
func (x *GetSecretResponse) ClearValue()
func (*GetSecretResponse) ClearVersion ¶
func (x *GetSecretResponse) ClearVersion()
func (*GetSecretResponse) GetCreatedAt ¶
func (x *GetSecretResponse) GetCreatedAt() *timestamppb.Timestamp
func (*GetSecretResponse) GetError ¶
func (x *GetSecretResponse) GetError() string
func (*GetSecretResponse) GetExpiresAt ¶
func (x *GetSecretResponse) GetExpiresAt() *timestamppb.Timestamp
func (*GetSecretResponse) GetId ¶
func (x *GetSecretResponse) GetId() string
func (*GetSecretResponse) GetProvider ¶
func (x *GetSecretResponse) GetProvider() string
func (*GetSecretResponse) GetResolvedAt ¶
func (x *GetSecretResponse) GetResolvedAt() *timestamppb.Timestamp
func (*GetSecretResponse) GetValue ¶
func (x *GetSecretResponse) GetValue() []byte
func (*GetSecretResponse) GetVersion ¶
func (x *GetSecretResponse) GetVersion() string
func (*GetSecretResponse) HasCreatedAt ¶
func (x *GetSecretResponse) HasCreatedAt() bool
func (*GetSecretResponse) HasError ¶
func (x *GetSecretResponse) HasError() bool
func (*GetSecretResponse) HasExpiresAt ¶
func (x *GetSecretResponse) HasExpiresAt() bool
func (*GetSecretResponse) HasId ¶
func (x *GetSecretResponse) HasId() bool
func (*GetSecretResponse) HasProvider ¶
func (x *GetSecretResponse) HasProvider() bool
func (*GetSecretResponse) HasResolvedAt ¶
func (x *GetSecretResponse) HasResolvedAt() bool
func (*GetSecretResponse) HasValue ¶
func (x *GetSecretResponse) HasValue() bool
func (*GetSecretResponse) HasVersion ¶
func (x *GetSecretResponse) HasVersion() bool
func (*GetSecretResponse) ProtoMessage ¶
func (*GetSecretResponse) ProtoMessage()
func (*GetSecretResponse) ProtoReflect ¶
func (x *GetSecretResponse) ProtoReflect() protoreflect.Message
func (*GetSecretResponse) Reset ¶
func (x *GetSecretResponse) Reset()
func (*GetSecretResponse) SetCreatedAt ¶
func (x *GetSecretResponse) SetCreatedAt(v *timestamppb.Timestamp)
func (*GetSecretResponse) SetError ¶
func (x *GetSecretResponse) SetError(v string)
func (*GetSecretResponse) SetExpiresAt ¶
func (x *GetSecretResponse) SetExpiresAt(v *timestamppb.Timestamp)
func (*GetSecretResponse) SetId ¶
func (x *GetSecretResponse) SetId(v string)
func (*GetSecretResponse) SetProvider ¶
func (x *GetSecretResponse) SetProvider(v string)
func (*GetSecretResponse) SetResolvedAt ¶
func (x *GetSecretResponse) SetResolvedAt(v *timestamppb.Timestamp)
func (*GetSecretResponse) SetValue ¶
func (x *GetSecretResponse) SetValue(v []byte)
func (*GetSecretResponse) SetVersion ¶
func (x *GetSecretResponse) SetVersion(v string)
func (*GetSecretResponse) String ¶
func (x *GetSecretResponse) String() string
type GetSecretResponse_builder ¶
type GetSecretResponse_builder struct {
// ID of the secret to resolve.
Id *string
// The resolved secret value.
Value []byte
Provider *string
Version *string
Error *string
CreatedAt *timestamppb.Timestamp
ResolvedAt *timestamppb.Timestamp
ExpiresAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (GetSecretResponse_builder) Build ¶
func (b0 GetSecretResponse_builder) Build() *GetSecretResponse
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 runtime 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.