Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Manifold ¶
func Manifold(config ManifoldConfig) dependency.Manifold
Types ¶
type Config ¶
func DefaultConfig ¶
func DefaultConfig() Config
type ManifoldConfig ¶
func (ManifoldConfig) Start ¶
func (c ManifoldConfig) Start(context dependency.Context) (worker.Worker, error)
func (ManifoldConfig) Validate ¶
func (c ManifoldConfig) Validate() error
type Server ¶
type Server struct { Mux *apiserverhttp.Mux // contains filtered or unexported fields }
Server is the http server running inside this worker handling requests to the http mux
func (*Server) Info ¶
func (s *Server) Info() ServerInfo
type ServerInfo ¶
ServerInfo represents a small interface for informining interested party's through manifolds outputs the listening information of the server
Click to show internal directories.
Click to hide internal directories.