Documentation
¶
Index ¶
- Variables
- func CurrentExePath() string
- func SplitRequest(path string) []string
- type HttpServer
- func (c *HttpServer) DataItemHistory(request []byte) (response []byte, err error)
- func (c *HttpServer) DataItemList(request []byte) (response []byte, err error)
- func (c *HttpServer) DataItemListAll(request []byte) (response []byte, err error)
- func (c *HttpServer) DataItemWrite(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelAdd(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelItemAdd(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelItemRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelItemsState(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelList(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) PublicChannelSetName(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceAdd(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceGet(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceList(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceRename(request []byte) (response []byte, err error)
- func (c *HttpServer) ResourceSet(request []byte) (response []byte, err error)
- func (c *HttpServer) ServiceLookup(request []byte) (response []byte, err error)
- func (c *HttpServer) ServiceStatistics(request []byte) (response []byte, err error)
- func (c *HttpServer) SessionActivate(request []byte) (response []byte, err error)
- func (c *HttpServer) SessionList(request []byte) (response []byte, err error)
- func (c *HttpServer) SessionOpen(request []byte) (response []byte, err error)
- func (c *HttpServer) SessionRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) Start()
- func (c *HttpServer) Stop() error
- func (c *HttpServer) UnitAdd(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitGetConfig(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitItemsValues(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitList(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitSetConfig(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitStart(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitState(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitStop(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitTypeCategories(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitTypeConfigMeta(request []byte) (response []byte, err error)
- func (c *HttpServer) UnitTypeList(request []byte) (response []byte, err error)
- func (c *HttpServer) UserAdd(request []byte) (response []byte, err error)
- func (c *HttpServer) UserList(request []byte) (response []byte, err error)
- func (c *HttpServer) UserRemove(request []byte) (response []byte, err error)
- func (c *HttpServer) UserSetPassword(request []byte) (response []byte, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var TempValue int
Functions ¶
func CurrentExePath ¶
func CurrentExePath() string
func SplitRequest ¶
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer(sys *system.System) *HttpServer
func (*HttpServer) DataItemHistory ¶
func (c *HttpServer) DataItemHistory(request []byte) (response []byte, err error)
func (*HttpServer) DataItemList ¶
func (c *HttpServer) DataItemList(request []byte) (response []byte, err error)
func (*HttpServer) DataItemListAll ¶
func (c *HttpServer) DataItemListAll(request []byte) (response []byte, err error)
func (*HttpServer) DataItemWrite ¶
func (c *HttpServer) DataItemWrite(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelAdd ¶
func (c *HttpServer) PublicChannelAdd(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelItemAdd ¶
func (c *HttpServer) PublicChannelItemAdd(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelItemRemove ¶
func (c *HttpServer) PublicChannelItemRemove(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelItemsState ¶
func (c *HttpServer) PublicChannelItemsState(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelList ¶
func (c *HttpServer) PublicChannelList(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelRemove ¶
func (c *HttpServer) PublicChannelRemove(request []byte) (response []byte, err error)
func (*HttpServer) PublicChannelSetName ¶
func (c *HttpServer) PublicChannelSetName(request []byte) (response []byte, err error)
func (*HttpServer) ResourceAdd ¶
func (c *HttpServer) ResourceAdd(request []byte) (response []byte, err error)
func (*HttpServer) ResourceGet ¶
func (c *HttpServer) ResourceGet(request []byte) (response []byte, err error)
func (*HttpServer) ResourceList ¶
func (c *HttpServer) ResourceList(request []byte) (response []byte, err error)
func (*HttpServer) ResourceRemove ¶
func (c *HttpServer) ResourceRemove(request []byte) (response []byte, err error)
func (*HttpServer) ResourceRename ¶
func (c *HttpServer) ResourceRename(request []byte) (response []byte, err error)
func (*HttpServer) ResourceSet ¶
func (c *HttpServer) ResourceSet(request []byte) (response []byte, err error)
func (*HttpServer) ServiceLookup ¶
func (c *HttpServer) ServiceLookup(request []byte) (response []byte, err error)
func (*HttpServer) ServiceStatistics ¶
func (c *HttpServer) ServiceStatistics(request []byte) (response []byte, err error)
func (*HttpServer) SessionActivate ¶ added in v1.0.1
func (c *HttpServer) SessionActivate(request []byte) (response []byte, err error)
func (*HttpServer) SessionList ¶ added in v1.0.1
func (c *HttpServer) SessionList(request []byte) (response []byte, err error)
func (*HttpServer) SessionOpen ¶
func (c *HttpServer) SessionOpen(request []byte) (response []byte, err error)
func (*HttpServer) SessionRemove ¶ added in v1.0.1
func (c *HttpServer) SessionRemove(request []byte) (response []byte, err error)
func (*HttpServer) Start ¶
func (c *HttpServer) Start()
func (*HttpServer) Stop ¶
func (c *HttpServer) Stop() error
func (*HttpServer) UnitAdd ¶
func (c *HttpServer) UnitAdd(request []byte) (response []byte, err error)
func (*HttpServer) UnitGetConfig ¶
func (c *HttpServer) UnitGetConfig(request []byte) (response []byte, err error)
func (*HttpServer) UnitItemsValues ¶
func (c *HttpServer) UnitItemsValues(request []byte) (response []byte, err error)
func (*HttpServer) UnitList ¶
func (c *HttpServer) UnitList(request []byte) (response []byte, err error)
func (*HttpServer) UnitRemove ¶
func (c *HttpServer) UnitRemove(request []byte) (response []byte, err error)
func (*HttpServer) UnitSetConfig ¶
func (c *HttpServer) UnitSetConfig(request []byte) (response []byte, err error)
func (*HttpServer) UnitStart ¶
func (c *HttpServer) UnitStart(request []byte) (response []byte, err error)
func (*HttpServer) UnitState ¶
func (c *HttpServer) UnitState(request []byte) (response []byte, err error)
func (*HttpServer) UnitStop ¶
func (c *HttpServer) UnitStop(request []byte) (response []byte, err error)
func (*HttpServer) UnitTypeCategories ¶
func (c *HttpServer) UnitTypeCategories(request []byte) (response []byte, err error)
func (*HttpServer) UnitTypeConfigMeta ¶
func (c *HttpServer) UnitTypeConfigMeta(request []byte) (response []byte, err error)
func (*HttpServer) UnitTypeList ¶
func (c *HttpServer) UnitTypeList(request []byte) (response []byte, err error)
func (*HttpServer) UserAdd ¶ added in v1.0.1
func (c *HttpServer) UserAdd(request []byte) (response []byte, err error)
func (*HttpServer) UserList ¶ added in v1.0.1
func (c *HttpServer) UserList(request []byte) (response []byte, err error)
func (*HttpServer) UserRemove ¶ added in v1.0.1
func (c *HttpServer) UserRemove(request []byte) (response []byte, err error)
func (*HttpServer) UserSetPassword ¶ added in v1.0.1
func (c *HttpServer) UserSetPassword(request []byte) (response []byte, err error)
Click to show internal directories.
Click to hide internal directories.