Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function interface { Serviceable components.FunctionServiceable }
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) Provision() (Serviceable, error) IsProvisioned() bool }
type Website ¶
type Website interface { Serviceable Config() *structureSpec.Website }
Click to show internal directories.
Click to hide internal directories.