Documentation ¶ Index ¶ type File func (f *File) GetSecret(ctx context.Context, target interface{}) error type GSM func (v *GSM) GetSecret(ctx context.Context, target interface{}) error type Interface func NewSecretFile(fileName string) Interface func NewSecretGSM(projectID string) Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { // contains filtered or unexported fields } func (*File) GetSecret ¶ func (f *File) GetSecret(ctx context.Context, target interface{}) error type GSM ¶ type GSM struct { // contains filtered or unexported fields } func (*GSM) GetSecret ¶ func (v *GSM) GetSecret(ctx context.Context, target interface{}) error type Interface ¶ added in v0.0.5 type Interface interface { GetSecret(ctx context.Context, target interface{}) error } func NewSecretFile ¶ func NewSecretFile(fileName string) Interface func NewSecretGSM ¶ func NewSecretGSM(projectID string) Interface Source Files ¶ View all Source files file.gogsm.gosecret.go Click to show internal directories. Click to hide internal directories.