Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityType ¶
type ActivityType string
const ( CREATED ActivityType = "CREATED" UPDATED ActivityType = "UPDATED" ADMIN_NOTE ActivityType = "ADMIN_NOTE" SIGN_IN ActivityType = "SIGN_IN" KEYCHAIN_UPSERT ActivityType = "KEYCHAIN_UPSERT" KEYCHAIN_DELETE ActivityType = "KEYCHAIN_DELETE" )
func (*ActivityType) Enum ¶
func (at *ActivityType) Enum(str string) error
func (*ActivityType) String ¶
func (at *ActivityType) String() string
Click to show internal directories.
Click to hide internal directories.