Versions in this module Expand all Collapse all v2 v2.1.0 Aug 13, 2026 Changes in this version type Runtime + Files *mattermost.Files v2.0.0 Jul 17, 2026 Changes in this version + var ErrSignalCancellation = errors.New("command canceled by signal") + func Execute(ctx context.Context, args []string, in io.Reader, out, errOut io.Writer) int + type Runtime struct + Channels *mattermost.Channels + Client *api.Client + Config config.Resolved + Posts *mattermost.Posts + StdoutTTY bool + Teams *mattermost.Teams + Users *mattermost.Users + func (r *Runtime) Close()