Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBroker ¶
type EventBroker struct {
// contains filtered or unexported fields
}
func NewEventBroker ¶
func NewEventBroker() *EventBroker
func (*EventBroker) Notify ¶
func (b *EventBroker) Notify(message string)
func (*EventBroker) ServeHTTP ¶
func (b *EventBroker) ServeHTTP(w http.ResponseWriter, r *http.Request)
type IndexData ¶
type IndexData struct {
Templates []TemplateInfo
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(opts *ServerOptions) *Server
func (*Server) NotifyReload ¶
func (s *Server) NotifyReload()
func (*Server) ReloadNotifier ¶
func (s *Server) ReloadNotifier() handler.ReloadNotifier
type ServerOptions ¶
type ServerOptions struct {
Output string
}
type TemplateInfo ¶
Click to show internal directories.
Click to hide internal directories.