Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function interface {
Serviceable
Config() *structureSpec.Function
}
type Service ¶
type Service interface {
components.ServiceComponent
}
type Serviceable ¶
type Serviceable interface {
components.Serviceable
Handle(w http.ResponseWriter, r *http.Request, serv components.MatchDefinition) (time.Time, error)
}
type Website ¶
type Website interface {
Serviceable
Config() *structureSpec.Website
}
Click to show internal directories.
Click to hide internal directories.