Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface {
ApplicationType(typ ApplicationType) Application
Run(args ...string)
}
func New ¶
func New() Application
type ApplicationType ¶
type ApplicationType int
const ( None ApplicationType = -1 Web ApplicationType = 0 )
Click to show internal directories.
Click to hide internal directories.