Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSampleConfig ¶
NewSampleConfig creates factory that creates a command that displays a sample configuration file.
func NewVersion ¶
NewVersion creates a command that displays the SCION version information.
Types ¶
type JoinedPather ¶
type JoinedPather []Pather
JoinedPather joins together the paths of multiple Pather objects.
func (JoinedPather) CommandPath ¶
func (l JoinedPather) CommandPath() string
CommandPath concatenates all the pather in the list.
type StringPather ¶
type StringPather string
StringPather implements Pather for the string type.
func (StringPather) CommandPath ¶
func (s StringPather) CommandPath() string
Click to show internal directories.
Click to hide internal directories.