Documentation
¶
Index ¶
- Constants
- type InjectAppPropertiesArgs
- type InjectAppPropertiesReply
- type InjectArgs
- type InjectPluginArgs
- type InjectPluginReply
- type InjectPluginsArgs
- type InjectPluginsReply
- type InjectReply
- type InjectService
- func (service *InjectService) InjectAppProperties(r *http.Request, req *InjectAppPropertiesArgs, res *InjectAppPropertiesReply) error
- func (service *InjectService) InjectKeyboard(r *http.Request, req *InjectArgs, res *InjectReply) error
- func (service *InjectService) InjectLibrary(r *http.Request, req *InjectArgs, res *InjectReply) error
- func (service *InjectService) InjectMenu(r *http.Request, req *InjectArgs, res *InjectReply) error
- func (service *InjectService) InjectPlugin(r *http.Request, req *InjectPluginArgs, res *InjectPluginReply) error
- func (service *InjectService) InjectPlugins(r *http.Request, req *InjectPluginsArgs, res *InjectPluginsReply) error
- func (service *InjectService) InjectQuickAccess(r *http.Request, req *InjectArgs, res *InjectReply) error
Constants ¶
View Source
const ( LibraryEntry entry = "library" KeyboardEntry entry = "keyboard" MenuEntry entry = "menu" QuickAccessEntry entry = "quickAccess" AppPropertiesEntry entry = "appProperties" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InjectAppPropertiesArgs ¶
type InjectAppPropertiesReply ¶
type InjectAppPropertiesReply struct{}
type InjectArgs ¶
type InjectArgs struct{}
type InjectPluginArgs ¶
type InjectPluginReply ¶
type InjectPluginReply struct{}
type InjectPluginsArgs ¶
type InjectPluginsArgs struct { Entrypoint entry `json:"entrypoint"` Title string `json:"title"` }
type InjectPluginsReply ¶
type InjectPluginsReply struct{}
type InjectReply ¶
type InjectReply struct{}
type InjectService ¶
type InjectService struct {
// contains filtered or unexported fields
}
func NewInjectService ¶
func (*InjectService) InjectAppProperties ¶
func (service *InjectService) InjectAppProperties(r *http.Request, req *InjectAppPropertiesArgs, res *InjectAppPropertiesReply) error
func (*InjectService) InjectKeyboard ¶
func (service *InjectService) InjectKeyboard(r *http.Request, req *InjectArgs, res *InjectReply) error
func (*InjectService) InjectLibrary ¶
func (service *InjectService) InjectLibrary(r *http.Request, req *InjectArgs, res *InjectReply) error
func (*InjectService) InjectMenu ¶
func (service *InjectService) InjectMenu(r *http.Request, req *InjectArgs, res *InjectReply) error
func (*InjectService) InjectPlugin ¶
func (service *InjectService) InjectPlugin(r *http.Request, req *InjectPluginArgs, res *InjectPluginReply) error
func (*InjectService) InjectPlugins ¶
func (service *InjectService) InjectPlugins(r *http.Request, req *InjectPluginsArgs, res *InjectPluginsReply) error
func (*InjectService) InjectQuickAccess ¶
func (service *InjectService) InjectQuickAccess(r *http.Request, req *InjectArgs, res *InjectReply) error
Click to show internal directories.
Click to hide internal directories.