container-go/constants.go
crusader fa14976526 ing
2018-04-19 23:07:28 +09:00

12 lines
203 B
Go

package container
const (
CONTAINER_CRAWLERS = "CONTAINER_CRAWLERS"
CONTAINER_RPC_WRITE_CHAN = "CONTAINER_RPC_WRITE_CHAN"
)
type RPCNotification struct {
Method string
Params []interface{}
}