Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StaticSetting ¶
func StaticSetting[T any](input T) func() T
Types ¶
type APIUI ¶
type APIUI struct {
// contains filtered or unexported fields
}
func (APIUI) CSS ¶
func (a APIUI) CSS() writer.StringGetter
func (APIUI) JS ¶
func (a APIUI) JS() writer.StringGetter
type BoolSetting ¶
type BoolSetting func() bool
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewUIHandler ¶
func (*Handler) ServeFaviconDashboard ¶
type Options ¶
type Options struct { // The location on disk of the UI files Path StringSetting // The HTTP URL of the index file to download Index StringSetting // Whether or not to run the UI offline, should return true/false/dynamic/embed Offline StringSetting // Whether or not is it release, if true UI will run offline if set to dynamic ReleaseSetting BoolSetting }
type RoundTripFunc ¶
type StringSetting ¶
type StringSetting func() string
Click to show internal directories.
Click to hide internal directories.