Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_storage_credential_store_v1_credential_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Credential struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // contains filtered or unexported fields }
func (*Credential) Descriptor
deprecated
func (*Credential) Descriptor() ([]byte, []int)
Deprecated: Use Credential.ProtoReflect.Descriptor instead.
func (*Credential) GetPublicId ¶
func (x *Credential) GetPublicId() string
func (*Credential) ProtoMessage ¶
func (*Credential) ProtoMessage()
func (*Credential) ProtoReflect ¶
func (x *Credential) ProtoReflect() protoreflect.Message
func (*Credential) Reset ¶
func (x *Credential) Reset()
func (*Credential) String ¶
func (x *Credential) String() string
type Dynamic ¶
type Dynamic struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The library_id of the owning library and must be set. // @inject_tag: `gorm:"not_null"` LibraryId string `protobuf:"bytes,2,opt,name=library_id,json=libraryId,proto3" json:"library_id,omitempty" gorm:"not_null"` // contains filtered or unexported fields }
func (*Dynamic) Descriptor
deprecated
func (*Dynamic) GetLibraryId ¶
func (*Dynamic) GetPublicId ¶
func (*Dynamic) ProtoMessage ¶
func (*Dynamic) ProtoMessage()
func (*Dynamic) ProtoReflect ¶
func (x *Dynamic) ProtoReflect() protoreflect.Message
type Library ¶
type Library struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The store_id of the owning store and must be set. // @inject_tag: `gorm:"not_null"` StoreId string `protobuf:"bytes,2,opt,name=store_id,json=storeId,proto3" json:"store_id,omitempty" gorm:"not_null"` // contains filtered or unexported fields }
func (*Library) Descriptor
deprecated
func (*Library) GetPublicId ¶
func (*Library) GetStoreId ¶
func (*Library) ProtoMessage ¶
func (*Library) ProtoMessage()
func (*Library) ProtoReflect ¶
func (x *Library) ProtoReflect() protoreflect.Message
type Static ¶
type Static struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The store_id of the owning store and must be set. // @inject_tag: `gorm:"not_null"` StoreId string `protobuf:"bytes,2,opt,name=store_id,json=storeId,proto3" json:"store_id,omitempty" gorm:"not_null"` // contains filtered or unexported fields }
func (*Static) Descriptor
deprecated
func (*Static) GetPublicId ¶
func (*Static) GetStoreId ¶
func (*Static) ProtoMessage ¶
func (*Static) ProtoMessage()
func (*Static) ProtoReflect ¶
func (x *Static) ProtoReflect() protoreflect.Message
type Store ¶
type Store struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The scope_id of the owning scope and must be set. // @inject_tag: `gorm:"not_null"` ScopeId string `protobuf:"bytes,2,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty" gorm:"not_null"` // contains filtered or unexported fields }
func (*Store) Descriptor
deprecated
func (*Store) GetPublicId ¶
func (*Store) GetScopeId ¶
func (*Store) ProtoMessage ¶
func (*Store) ProtoMessage()
func (*Store) ProtoReflect ¶
func (x *Store) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.