Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { secretfacade.Options Timeout time.Duration PollPeriod time.Duration Results []*secretfacade.SecretError // contains filtered or unexported fields }
Options the options for the command
func NewCmdWait ¶
NewCmdWait creates a command object for the command
func (*Options) Matches ¶
func (o *Options) Matches(r *secretfacade.SecretPair) bool
Matches returns true if the given secret pair matches the predicate
Click to show internal directories.
Click to hide internal directories.