Versions in this module Expand all Collapse all v0 v0.1.3 Feb 5, 2024 Changes in this version + func StopServer(srv *http.Server) error type CommandDetails + TerraformScheduling string + func DefaultCommandDetails(cmd string, args []string, terraformScheduling string) CommandDetails v0.0.2 Jan 6, 2024 Changes in this version + const ErrLabelRead + const ErrLabelStart + const ErrLabelUnmarshall + const SigLabelFail + const SigLabelOk + var CmdRunDesc = map[CmdRunReason]string + var CmdRunLabel = map[CmdRunReason]string + type CmdRunReason int + const CmdRunFingerOver + const CmdRunFingerUnder + const CmdRunNoFinger + const CmdRunNoLabelMatch + const CmdRunNoMax + func (r CmdRunReason) Label() string + func (r CmdRunReason) String() string + type CommandDetails struct + Args []string + Cmd string + type Server struct + func NewServer(initConfig *config.InitConfig, config *config.Config) *Server + func (s *Server) CanRun(cmd *command.Command, amMsg *template.Data) (bool, CmdRunReason) + func (s *Server) Start() (*http.Server, chan error)