Versions in this module Expand all Collapse all v0 v0.2.8 Feb 12, 2024 Changes in this version + const HeaderSetCookie type Reply + Cookies []interface{} + Headers map[string]string v0.2.7 Feb 12, 2024 Changes in this version type Output + Method string v0.2.5 Feb 12, 2024 v0.2.3 Feb 12, 2024 Changes in this version + const CorsPrefix + func TLS(certFile, keyFile string) func(*Server) + func Timeouts(readTimeout, writeTimeout time.Duration) func(*Server) + type Factory struct + func (*Factory) Metadata() *trigger.Metadata + func (*Factory) New(config *trigger.Config) (trigger.Trigger, error) + type HandlerSettings struct + Method string + Path string + type IDResponse struct + ID string + type Output struct + Content interface{} + Headers map[string]string + PathParams map[string]string + QueryParams map[string]string + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type PreflightHandler struct + type Reply struct + Code int + Data interface{} + func (r *Reply) FromMap(values map[string]interface{}) error + func (r *Reply) ToMap() map[string]interface{} + type Server struct + func NewServer(addr string, handler http.Handler, opts ...func(*Server)) (*Server, error) + func (s *Server) Start() error + func (s *Server) Stop() error + type Settings struct + CertFile string + EnableTLS bool + KeyFile string + Port int + type Trigger struct + func (t *Trigger) Initialize(ctx trigger.InitContext) error + func (t *Trigger) Start() error + func (t *Trigger) Stop() error Other modules containing this package github.com/AiRISTAFlowInc/fs-contrib