Documentation
¶
Index ¶
- Variables
- func Execute()
- func NewCmdCompletion() *cobra.Command
- func NewCmdGraph() *cobra.Command
- func NewCmdGraphAdd() *cobra.Command
- func NewCmdGraphCreate() *cobra.Command
- func NewCmdGraphDelete() *cobra.Command
- func NewCmdGraphGet() *cobra.Command
- func NewCmdGraphGetAll() *cobra.Command
- func NewCmdGraphGetLatestPixel() *cobra.Command
- func NewCmdGraphGetPixelDates() *cobra.Command
- func NewCmdGraphGetSVG() *cobra.Command
- func NewCmdGraphStats() *cobra.Command
- func NewCmdGraphStopwatch() *cobra.Command
- func NewCmdGraphSubtract() *cobra.Command
- func NewCmdGraphURL() *cobra.Command
- func NewCmdGraphUpdate() *cobra.Command
- func NewCmdPixel() *cobra.Command
- func NewCmdPixelCreate() *cobra.Command
- func NewCmdPixelDecrement() *cobra.Command
- func NewCmdPixelDelete() *cobra.Command
- func NewCmdPixelGet() *cobra.Command
- func NewCmdPixelIncrement() *cobra.Command
- func NewCmdPixelUpdate() *cobra.Command
- func NewCmdRoot() *cobra.Command
- func NewCmdUser() *cobra.Command
- func NewCmdUserCreate() *cobra.Command
- func NewCmdUserDelete() *cobra.Command
- func NewCmdUserProfile() *cobra.Command
- func NewCmdUserProfileURL() *cobra.Command
- func NewCmdUserProfileUpdate() *cobra.Command
- func NewCmdUserUpdate() *cobra.Command
- func NewCmdWebhook() *cobra.Command
- func NewCmdWebhookCreate() *cobra.Command
- func NewCmdWebhookDelete() *cobra.Command
- func NewCmdWebhookGetAll() *cobra.Command
- func NewCmdWebhookInvoke() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var ErrNeglect = errors.New("neglect")
ErrNeglect is error that had reported by pa.
Functions ¶
func NewCmdCompletion ¶
NewCmdCompletion creates a completion command.
func NewCmdGraphAdd ¶ added in v1.8.0
NewCmdGraphAdd creates a add graph command.
func NewCmdGraphCreate ¶
NewCmdGraphCreate creates a create graph command.
func NewCmdGraphDelete ¶
NewCmdGraphDelete creates a delete graphs command.
func NewCmdGraphGet ¶ added in v1.4.0
NewCmdGraphGet creates a get graph command.
func NewCmdGraphGetAll ¶
NewCmdGraphGetAll creates a get all graph command.
func NewCmdGraphGetLatestPixel ¶ added in v1.10.0
NewCmdGraphGetLatestPixel creates a get latest pixel command.
func NewCmdGraphGetPixelDates ¶
NewCmdGraphGetPixelDates creates a get pixel dates command.
func NewCmdGraphGetSVG ¶
NewCmdGraphGetSVG creates a get graph svg command.
func NewCmdGraphStats ¶
NewCmdGraphStats creates a graphs stats command.
func NewCmdGraphStopwatch ¶
NewCmdGraphStopwatch creates a graph stopwatch command.
func NewCmdGraphSubtract ¶ added in v1.8.0
NewCmdGraphSubtract creates a add graph command.
func NewCmdGraphURL ¶
NewCmdGraphURL creates a graph URL command.
func NewCmdGraphUpdate ¶
NewCmdGraphUpdate creates a update graphs command.
func NewCmdPixelCreate ¶
NewCmdPixelCreate creates a create pixel command.
func NewCmdPixelDecrement ¶
NewCmdPixelDecrement creates a decrement pixel command.
func NewCmdPixelDelete ¶
NewCmdPixelDelete creates a delete pixel command.
func NewCmdPixelGet ¶
NewCmdPixelGet creates a get pixel command.
func NewCmdPixelIncrement ¶
NewCmdPixelIncrement creates a increment pixel command.
func NewCmdPixelUpdate ¶
NewCmdPixelUpdate creates a update pixel command.
func NewCmdUserCreate ¶
NewCmdUserCreate creates a create user command.
func NewCmdUserDelete ¶
NewCmdUserDelete creates a update user command.
func NewCmdUserProfile ¶ added in v1.3.0
NewCmdUserProfile creates a user profile command.
func NewCmdUserProfileURL ¶ added in v1.3.0
NewCmdUserProfileURL creates a user profile URL command.
func NewCmdUserProfileUpdate ¶ added in v1.3.0
NewCmdUserProfileUpdate creates a update user profile command.
func NewCmdUserUpdate ¶
NewCmdUserUpdate creates a update user command.
func NewCmdWebhookCreate ¶
NewCmdWebhookCreate creates a create webhook command.
func NewCmdWebhookDelete ¶
NewCmdWebhookDelete creates a delete webhook command.
func NewCmdWebhookGetAll ¶
NewCmdWebhookGetAll creates a get all webhook command.
func NewCmdWebhookInvoke ¶
NewCmdWebhookInvoke creates a invoke webhook command.
Types ¶
This section is empty.