Skip to content
Snippets Groups Projects

Use SPF Viper for configuration

6 files
+ 178
7
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 0
7
package interfaces
// Client provides an interface for
// SBI protocol clients
type Client interface {
GetConfig() ClientConfig
}
Loading