git test
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
// API to manage load balancer instance
|
||||
package lb
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/interfaces"
|
||||
)
|
||||
|
||||
// Structure for creating request to load balancer
|
||||
type LB struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
// Builder for load balancer
|
||||
func New(client interfaces.Caller) *LB {
|
||||
return &LB{
|
||||
client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user