Versions in this module Expand all Collapse all v0 v0.1.0 Mar 11, 2023 Changes in this version + func ActInit(ctx *cli.Context) (err error) + func ActWebHooks(ctx *cli.Context) (err error) + type Config struct + Webhook WebHooksConfig + func (c *Config) Load(profile string) (err error) + func (c Config) Write() (err error) + type WebHooksConfig struct + Channel string + IconEmoji string + IconUrl string + Url string + Username string