Documentation ¶
Index ¶
- func Add(db *bolt.DB, entity types.Entity) error
- func AddFunctionDockerImageID(db *bolt.DB, function *types.Function, dockerImageID string) error
- func AddFunctionLog(db *bolt.DB, function *types.Function, log types.EntityLog, status string) error
- func AddManagerComponentDockerContainerID(db *bolt.DB, component *types.ManagerComponent, containerID string) error
- func AddManagerComponentDockerImageID(db *bolt.DB, component *types.ManagerComponent, dockerImageID string) error
- func AddManagerComponentLog(db *bolt.DB, component *types.ManagerComponent, log types.EntityLog) error
- func Delete(db *bolt.DB, entity types.Entity) error
- func GetAll(db *bolt.DB, entity types.Entity, fn func(k, v []byte) error) error
- func GetByID(db *bolt.DB, entity types.Entity, fn func(v []byte) error) error
- func Save(db *bolt.DB, entity types.Entity) error
- func Update(db *bolt.DB, entity types.Entity) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFunctionDockerImageID ¶
AddFunctionDockerImageID set DockerImageID
func AddFunctionLog ¶
func AddFunctionLog(db *bolt.DB, function *types.Function, log types.EntityLog, status string) error
AddFunctionLog add function log
func AddManagerComponentDockerContainerID ¶
func AddManagerComponentDockerContainerID(db *bolt.DB, component *types.ManagerComponent, containerID string) error
AddManagerComponentDockerContainerID set ContainerID
func AddManagerComponentDockerImageID ¶
func AddManagerComponentDockerImageID(db *bolt.DB, component *types.ManagerComponent, dockerImageID string) error
AddManagerComponentDockerImageID set DockerImageID
func AddManagerComponentLog ¶
func AddManagerComponentLog(db *bolt.DB, component *types.ManagerComponent, log types.EntityLog) error
AddManagerComponentLog add log
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.