Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDataStorage ¶
type IUnit ¶
type IUnit interface {
Id() string
SetId(unitId string)
Type() string
SetType(unitType string)
Name() string
SetName(unitType string)
SetIUnit(iUnit IUnit)
MainItem() string
Start(iDataStorage IDataStorage) error
Stop()
IsStarted() bool
SetConfig(config string)
GetConfig() string
GetConfigMeta() string
InternalUnitStart() error
InternalUnitStop()
}
type ItemConfiguration ¶
type ItemGetUnitItems ¶
type ResourcesInfo ¶
type ResourcesInfo struct {
TotalCount int `json:"total_count"`
InFilterCount int `json:"in_filter_count"`
Items []ResourcesItemInfo `json:"items"`
}
type ResourcesItem ¶
type ResourcesItem struct {
Info ResourcesItemInfo
Content []byte
}
type ResourcesItemInfo ¶
type Statistics ¶
Click to show internal directories.
Click to hide internal directories.