Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
ProviderID uuid.UUID `bson:"provider_id" json:"provider_id"`
SecretID uuid.UUID `bson:"secrets_id" json:"secrets_id"`
Name string `bson:"name" json:"name"`
Buckets []*storage.Bucket `bson:"buckets" json:"buckets"`
Data []byte `bson:"data" json:"data"`
}
func ProviderFromProto ¶
func (*Provider) ToProtoEntry ¶
func (p *Provider) ToProtoEntry() (*storage.ProviderEntry, error)
Click to show internal directories.
Click to hide internal directories.