Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOptionalBool ¶
NewOptionalString returns a flag.Value implementation where there is no default value. This avoids sending a default value over the wire as using flag.StringVar() would.
func NewOptionalInt ¶
NewOptionalString returns a flag.Value implementation where there is no default value. This avoids sending a default value over the wire as using flag.StringVar() would.
func NewOptionalString ¶
NewOptionalString returns a flag.Value implementation where there is no default value. This avoids sending a default value over the wire as using flag.StringVar() would.
Types ¶
type ShareFlag ¶
type ShareFlag struct {
// contains filtered or unexported fields
}
func NewSharesFlag ¶
func NewSharesFlag(shares **types.SharesInfo) *ShareFlag
Click to show internal directories.
Click to hide internal directories.