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