Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionApproval ¶
type ConnectionApproval string
ConnectionApproval defines the type of log that is sent to the user.
var ( ApprovedOnlyThisTime ConnectionApproval = "APPROVED_ONLY_THIS_TIME" RejectedOnlyThisTime ConnectionApproval = "REJECTED_ONLY_THIS_TIME" )
func ParseConnectionApproval ¶
func ParseConnectionApproval(s string) (ConnectionApproval, error)
Click to show internal directories.
Click to hide internal directories.