You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/yandex-cloud/go-sdk/functions.go

14 lines
283 B

// Copyright (c) 2019 YANDEX LLC.
package ycsdk
import "github.com/yandex-cloud/go-sdk/gen/functions"
const (
FunctionServiceID Endpoint = "serverless-functions"
)
func (sdk *SDK) Functions() *functions.Function {
return functions.NewFunction(sdk.getConn(FunctionServiceID))
}