Documentation ¶
Index ¶
- type EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) CommandName() string
- func (ec *EvidenceCreateCommand) Run() error
- func (ec *EvidenceCreateCommand) ServerDetails() (*config.ServerDetails, error)
- func (ec *EvidenceCreateCommand) SetKey(key string) *EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) SetKeyId(keyId string) *EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) SetPredicateFilePath(predicateFilePath string) *EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) SetPredicateType(predicateType string) *EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) SetRepoPath(repoPath string) *EvidenceCreateCommand
- func (ec *EvidenceCreateCommand) SetServerDetails(serverDetails *config.ServerDetails) *EvidenceCreateCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvidenceCreateCommand ¶
type EvidenceCreateCommand struct {
// contains filtered or unexported fields
}
func NewEvidenceCreateCommand ¶
func NewEvidenceCreateCommand() *EvidenceCreateCommand
func (*EvidenceCreateCommand) CommandName ¶
func (ec *EvidenceCreateCommand) CommandName() string
func (*EvidenceCreateCommand) Run ¶
func (ec *EvidenceCreateCommand) Run() error
func (*EvidenceCreateCommand) ServerDetails ¶
func (ec *EvidenceCreateCommand) ServerDetails() (*config.ServerDetails, error)
func (*EvidenceCreateCommand) SetKey ¶
func (ec *EvidenceCreateCommand) SetKey(key string) *EvidenceCreateCommand
func (*EvidenceCreateCommand) SetKeyId ¶
func (ec *EvidenceCreateCommand) SetKeyId(keyId string) *EvidenceCreateCommand
func (*EvidenceCreateCommand) SetPredicateFilePath ¶
func (ec *EvidenceCreateCommand) SetPredicateFilePath(predicateFilePath string) *EvidenceCreateCommand
func (*EvidenceCreateCommand) SetPredicateType ¶
func (ec *EvidenceCreateCommand) SetPredicateType(predicateType string) *EvidenceCreateCommand
func (*EvidenceCreateCommand) SetRepoPath ¶
func (ec *EvidenceCreateCommand) SetRepoPath(repoPath string) *EvidenceCreateCommand
func (*EvidenceCreateCommand) SetServerDetails ¶
func (ec *EvidenceCreateCommand) SetServerDetails(serverDetails *config.ServerDetails) *EvidenceCreateCommand
Click to show internal directories.
Click to hide internal directories.