Documentation ¶
Index ¶
Constants ¶
View Source
const ( ATSample = "sample" ATNats = "NATS" ATEtcd = "etcd" ATPrometheus = "Prometheus" ATQuic = "QUIC" ATSocketListener = "SocketListener" ATTcp = "TCP" ATUdp = "UDP" AIDUser = 1000 )
Variables ¶
View Source
var KernelActors = []struct { ActorType ActorID }{ {ATEtcd, 1}, {ATNats, 2}, {ATPrometheus, 3}, }
KernelActors It use actor type as actor ID because of only one actor each type
Functions ¶
Types ¶
type Application ¶
type Message ¶
type Message = gostatechart.Event
type MessageQueue ¶
type NewApplication ¶
type NewApplication func(v *viper.Viper) (Application, error)
Click to show internal directories.
Click to hide internal directories.