Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { Execution ExecutionConfig `json:"executionConfig"` Network NetworkConfig `json:"networkConfig"` Storage StorageConfig `json:"storageConfig"` Grpc GrpcConfig `json:"grpcConfig"` }
func LoadConfig ¶
type ExecutionConfig ¶
type ExecutionConfig struct { }
type GrpcConfig ¶
type GrpcConfig struct {
Port int `json:"port"`
}
type NetworkConfig ¶
type StorageConfig ¶
type StorageConfig struct {
DatabasePath string `json:"databasePath"`
}
Click to show internal directories.
Click to hide internal directories.