Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitialiseNetworks ¶
Types ¶
type APIConfig ¶
type APIConfig struct { GRPC GRPCConfig REST RESTConfig GraphQL GraphQLConfig }
type ConsoleConfig ¶
type GRPCConfig ¶
type GraphQLConfig ¶
type GraphQLConfig struct {
Hosts []string
}
type Network ¶
type Network struct { Name string Level encoding.LogLevel TokenExpiry encoding.Duration Port int Host string API APIConfig Console ConsoleConfig // TO REMOVE Once the tools use the new API.GRPC Nodes GRPCConfig }
type RESTConfig ¶
type RESTConfig struct {
Hosts []string
}
Click to show internal directories.
Click to hide internal directories.