Versions in this module Expand all Collapse all v0 v0.5.1 Feb 1, 2018 Changes in this version + func NewFactory(md *trigger.Metadata) trigger.Factory + type CoapFactory struct + func (f *CoapFactory) New(config *trigger.Config) trigger.Trigger + type CoapResource struct + type CoapTrigger struct + func (t *CoapTrigger) Init(runner action.Runner) + func (t *CoapTrigger) Metadata() *trigger.Metadata + func (t *CoapTrigger) Start() error + func (t *CoapTrigger) Stop() error + type IDResponse struct + ID string + type Server struct + Addr string + Handler coap.Handler + func NewServer(n, addr string, handler coap.Handler) *Server + func (s *Server) IsStarted() bool + func (s *Server) Start() error + func (s *Server) Stop() error + func (s *Server) WaitStop(timeout time.Duration) error + type StartFunc func(payload string) (string, bool)