Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnrollCommand = &cli.Command{UsageText: enrollUsageText, Flags: enrollFlags, Main: enrollMain}
EnrollCommand is the enroll command
View Source
var ReenrollCommand = &cli.Command{UsageText: reenrollUsageText, Flags: reenrollFlags, Main: reenrollMain}
ReenrollCommand is the enroll command
View Source
var RegisterCommand = &cli.Command{UsageText: registerUsageText, Flags: registerFlags, Main: registerMain}
RegisterCommand is the register command
View Source
var RevokeCommand = &cli.Command{
UsageText: revokeUsageTxt,
Flags: revokeFlags,
Main: revokeMain,
}
RevokeCommand assembles the definition of Command 'revoke'
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.