Skip to content
Snippets Groups Projects
client.go 132 B
Newer Older
  • Learn to ignore specific revisions
  • package interfaces
    
    // Client provides an interface for
    // SBI protocol clients
    type Client interface {
    	GetConfig() ClientConfig
    }