Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View interface {
// Exists checks if a view with the specified name exists.
Exists(view string) bool
// with the current view context. This shared data can be accessed by other parts of the application.
Share(key string, value any)
// If the key does not exist, it returns the optional default value (if provided).
Shared(key string, def ...any) any
GetShared() map[string]any
}
Click to show internal directories.
Click to hide internal directories.