Documentation
¶
Overview ¶
Package internal is every implementation of the site module. Nothing outside modules/site can import it, which is the compiler enforcing idea 3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service is the tenant's site settings. It has no fields: everything it needs arrives with the transaction it is given.
func NewService ¶
func NewService() *Service
NewService returns the two operations. module.go constructs it.
Click to show internal directories.
Click to hide internal directories.