Documentation
¶
Overview ¶
Package internal is the shell's implementation: the frame, the pages written by hand, and the screens generated from every resource kit/rest registered.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Shell ¶
type Shell struct {
Authorize httpx.Authorizer
Tenants tenantcontracts.Service
Token tenancy.SystemToken
// Theme is the installation's two palettes: the one thing about the look of
// this shell that belongs to whoever runs it. See design.Pair.
Theme design.Pair
// contains filtered or unexported fields
}
Shell is what the manifest hands the implementation.
Click to show internal directories.
Click to hide internal directories.