Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers []ProviderFunc
Functions ¶
func RegisterProvider ¶
func RegisterProvider(f ProviderFunc)
Types ¶
type NewItemMessage ¶
type Provider ¶
type Provider interface { Identifier() string Name() string Description() string Templates() Routes() ProviderRoutes Service() Service }
type ProviderFunc ¶
type ProviderFunc func() Provider
type ProviderRoutes ¶
type Service ¶
type Service interface {
Start() chan ServiceMessage
}
type ServiceMessage ¶
type ServiceMessage interface{}
Click to show internal directories.
Click to hide internal directories.