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