Chore: improve code architecture
This commit is contained in:
@ -30,6 +30,7 @@ type Proxy interface {
|
||||
Name() string
|
||||
Type() AdapterType
|
||||
Generator(metadata *Metadata) (ProxyAdapter, error)
|
||||
MarshalJSON() ([]byte, error)
|
||||
}
|
||||
|
||||
// AdapterType is enum of adapter type
|
||||
|
Reference in New Issue
Block a user