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
Files
16
+ 0
7
package interfaces
// Client provides an interface for
// SBI protocol clients
type Client interface {
GetConfig() ClientConfig
}
Loading