Documentation
¶
Index ¶
- Variables
- func GetDmManager() *dmManager
- func GetMockDmManager() *dmManager
- func InitLogEventData() []v1.LogEvent
- func InitProcessLifeCycleEventData() []v1.ProcessLifeCycleEvent
- func NewLogEventRepository(timeout int) repository.LogEventRepository
- func NewMockLogEventRepository() repository.LogEventRepository
- func NewMockProcessLifeCycleEventRepository() repository.ProcessLifeCycleEventRepository
- func NewProcessEventRepository(timeout int) repository.ProcessEventRepository
- func NewProcessFootmarkRepository(timeout int) repository.ProcessFootmarkRepository
- func NewProcessLifeCycleRepository(timeout int) repository.ProcessLifeCycleEventRepository
- func NewProcessRepository(timeout int) repository.ProcessRepository
Constants ¶
This section is empty.
Variables ¶
var (
LogEventCollection = "logEventCollection"
)
LogEventCollection collection name
var (
ProcessCollection = "processCollection"
)
ProcessCollection process collection name
var (
ProcessEventCollection = "processEventCollection"
)
ProcessEventCollection process event collection name
var (
ProcessFootmarkCollection = "processFootmarkCollection"
)
ProcessFootmarkCollection process footmark collection name
var (
ProcessLifeCycleCollection = "processLifeCycleEventCollection"
)
ProcessLifeCycleCollection process life cycle event collection name
Functions ¶
func InitLogEventData ¶
InitLogEventData Return mock Log event list
func InitProcessLifeCycleEventData ¶
func InitProcessLifeCycleEventData() []v1.ProcessLifeCycleEvent
InitProcessLifeCycleEventData Return mock process life cycle event list
func NewLogEventRepository ¶
func NewLogEventRepository(timeout int) repository.LogEventRepository
NewLogEventRepository returns LogEventRepository type object
func NewMockLogEventRepository ¶
func NewMockLogEventRepository() repository.LogEventRepository
NewMockLogEventRepository returns LogEventRepository type object
func NewMockProcessLifeCycleEventRepository ¶
func NewMockProcessLifeCycleEventRepository() repository.ProcessLifeCycleEventRepository
NewMockProcessLifeCycleEventRepository returns ProcessLifeCycleEventRepository type object
func NewProcessEventRepository ¶
func NewProcessEventRepository(timeout int) repository.ProcessEventRepository
NewProcessEventRepository returns ProcessEventRepository type object
func NewProcessFootmarkRepository ¶
func NewProcessFootmarkRepository(timeout int) repository.ProcessFootmarkRepository
NewProcessFootmarkRepository returns ProcessLifeCycleEventRepository type object
func NewProcessLifeCycleRepository ¶
func NewProcessLifeCycleRepository(timeout int) repository.ProcessLifeCycleEventRepository
NewProcessLifeCycleRepository returns ProcessLifeCycleEventRepository type object
func NewProcessRepository ¶
func NewProcessRepository(timeout int) repository.ProcessRepository
NewProcessRepository returns ProcessRepository type object
Types ¶
This section is empty.