ACME TLS ALPN
This commit is contained in:
parent
17ad5153b8
commit
139f280f35
258 changed files with 25528 additions and 1516 deletions
18
vendor/github.com/sacloud/libsacloud/api/subnet.go
generated
vendored
Normal file
18
vendor/github.com/sacloud/libsacloud/api/subnet.go
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
package api
|
||||
|
||||
// SubnetAPI サブネットAPI
|
||||
type SubnetAPI struct {
|
||||
*baseAPI
|
||||
}
|
||||
|
||||
// NewSubnetAPI サブネットAPI作成
|
||||
func NewSubnetAPI(client *Client) *SubnetAPI {
|
||||
return &SubnetAPI{
|
||||
&baseAPI{
|
||||
client: client,
|
||||
FuncGetResourceURL: func() string {
|
||||
return "subnet"
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue