Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrSyntax = "syntax error in command line arguments" ErrObjectIsNotFound = "target object is not found" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLineArguments ¶
type CommandLineArguments struct {
// contains filtered or unexported fields
}
func New ¶
func New() (cla *CommandLineArguments, err error)
func (*CommandLineArguments) Action ¶
func (cla *CommandLineArguments) Action() (action *a.Action)
func (*CommandLineArguments) HashType ¶
func (cla *CommandLineArguments) HashType() (hashType *ht.HashType)
func (*CommandLineArguments) ObjectPath ¶
func (cla *CommandLineArguments) ObjectPath() (objectPath string)
func (*CommandLineArguments) ObjectType ¶
func (cla *CommandLineArguments) ObjectType() (objectType *ot.ObjectType)
Click to show internal directories.
Click to hide internal directories.