Skip to content
Snippets Groups Projects

Use SPF Viper for configuration

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