Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Package__n7tan5 = &core.Package{ PackageName: "namespacelabs.dev/foundation/universe/db/postgres/opaque/creds", } Provider__n7tan5__Creds = core.Provider{ Package: Package__n7tan5, Typename: "Creds", Instantiate: makeDeps__n7tan5__Creds, } )
View Source
var File_universe_db_postgres_opaque_creds_provider_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Creds ¶
type Creds struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func ProvideCreds ¶
func (*Creds) Descriptor
deprecated
func (*Creds) GetPassword ¶
func (*Creds) GetUsername ¶
func (*Creds) ProtoMessage ¶
func (*Creds) ProtoMessage()
func (*Creds) ProtoReflect ¶
func (x *Creds) ProtoReflect() protoreflect.Message
type CredsRequest ¶
type CredsRequest struct {
// contains filtered or unexported fields
}
func (*CredsRequest) Descriptor
deprecated
func (*CredsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CredsRequest.ProtoReflect.Descriptor instead.
func (*CredsRequest) ProtoMessage ¶
func (*CredsRequest) ProtoMessage()
func (*CredsRequest) ProtoReflect ¶
func (x *CredsRequest) ProtoReflect() protoreflect.Message
func (*CredsRequest) Reset ¶
func (x *CredsRequest) Reset()
func (*CredsRequest) String ¶
func (x *CredsRequest) String() string
Click to show internal directories.
Click to hide internal directories.