Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiConfig ¶
type ApiConfig struct { Enabled bool `json:"enabled"` Listen string `json:"listen"` NetId int64 `json:"netId"` AllowedOrigins []string `json:"AllowedOrigins"` Name string ServerType string `json:"ServerType"` // In Shannon Threshold int64 `json:"threshold"` AccessSecret string `json:"AccessSecret"` Upstream []Upstream `json:"rpcUrl"` }
type AuthConfig ¶
Click to show internal directories.
Click to hide internal directories.