Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth interface { IsSignedIn() bool RequireSignedIn() error Email() string CheckPriority(action, target string) (bool, error) }
Auth ...
type FlowImpl ¶
type FlowImpl struct {
// contains filtered or unexported fields
}
FlowImpl manage tool
func NewUexkyFlow ¶
NewUexkyFlow make a new Flow, and add to Uexky
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool store global data for Frame
Click to show internal directories.
Click to hide internal directories.