v1.16.0
This commit is contained in:
15
pkg/cloudapi/qospolicy/qos_policy.go
Normal file
15
pkg/cloudapi/qospolicy/qos_policy.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package qospolicy
|
||||
|
||||
import "repository.basistech.ru/BASIS/decort-golang-sdk/interfaces"
|
||||
|
||||
// Structure for creating request to QoS policy
|
||||
type QoSPolicy struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
// Builder for QoS policy endpoint
|
||||
func New(client interfaces.Caller) *QoSPolicy {
|
||||
return &QoSPolicy{
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user