Documentation ¶ Index ¶ type Spec func (s *Spec) Do(ctx context.Context, dryRun bool) (secrets.Secrets, error) func (s *Spec) Summary() string type Stdin func (u *Stdin) Name() string func (u *Stdin) UnmarshalSpec(bytes []byte) (fromprovider.Operator, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Spec ¶ type Spec struct{} fromprovider.Operator func (*Spec) Do ¶ func (s *Spec) Do(ctx context.Context, dryRun bool) (secrets.Secrets, error) func (*Spec) Summary ¶ func (s *Spec) Summary() string type Stdin ¶ type Stdin struct{} fromprovider.Provider func (*Stdin) Name ¶ func (u *Stdin) Name() string func (*Stdin) UnmarshalSpec ¶ func (u *Stdin) UnmarshalSpec(bytes []byte) (fromprovider.Operator, error) Source Files ¶ View all Source files provider.go Click to show internal directories. Click to hide internal directories.