Files

7 lines
94 B
Go

package constant
const (
NodeManagerAPIServer = "server"
NodeManagerAPIClient = "client"
)