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