Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigmapFolderPath = "/etc/edgedevice/config" ConfigmapInstructionsStr = "instructions" ObjectIdStr = "ObjectId" DataTypeStr = "DataType" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
func (*Gateway) LoadConfiguration ¶
LoadCfg loads the configuration from the ConfigMap
type ShifuInstruction ¶
func (*ShifuInstruction) Execute ¶
func (si *ShifuInstruction) Execute() error
func (*ShifuInstruction) Read ¶
func (si *ShifuInstruction) Read() (interface{}, error)
func (*ShifuInstruction) Write ¶
func (si *ShifuInstruction) Write(data interface{}) error
Click to show internal directories.
Click to hide internal directories.