Skip to content
Snippets Groups Projects

Draft: Resolve "Overhaul Architecture"

Merged Ghost User requested to merge 67-overhaul-architecture into v.0.1.0-codename-threadbare
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