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
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
Click to show internal directories.
Click to hide internal directories.