Documentation
¶
Index ¶
- Constants
- type AddUserRequest
- type CustomDomain
- type CustomDomains
- type DeployRequest
- type DeployResponse
- type DestroyRequest
- type Function
- type LoginResponse
- type RemoveUserRequest
- type SecurityRequest
- type SecurityResponse
- type SetupBucketConfig
- type SetupDestroyRequest
- type SetupRequest
- type SetupResponse
- type StageTemplate
Constants ¶
View Source
const (
RequestQueryParam = "r"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserRequest ¶ added in v0.2.9
type CustomDomain ¶
type CustomDomains ¶
type CustomDomains struct {
Http CustomDomain
Ws CustomDomain
}
type DeployRequest ¶
type DeployRequest struct {
ProjectName string
NodeBucket string
FunctionsForUpdate []Function
StageTemplate *StageTemplate
}
type DeployResponse ¶
type DestroyRequest ¶
type LoginResponse ¶ added in v0.2.9
type RemoveUserRequest ¶ added in v0.2.11
type SecurityRequest ¶
type SecurityResponse ¶
type SecurityResponse struct {
AccessKeyId string
SecretAccessKey string
Token string
Expiration *time.Time
}
credentials for aws sdk endpointcreds integration on the CLI fields are predefined by the SDK and can't be changed https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
type SetupBucketConfig ¶
type SetupDestroyRequest ¶
type SetupDestroyRequest struct {
Bucket string
}
type SetupRequest ¶
type SetupRequest struct {
Node *domain.Node
BucketConfig *SetupBucketConfig
APIGatewayLogsRole string
}
type SetupResponse ¶
type StageTemplate ¶
type StageTemplate struct {
Project string
Stage string
Region string
Bucket string
BucketPrefix string
Functions []Function
NodeFunctionsBucket string
NodeFunctionsPath string
ResourceSuffix string
ResourceTags map[string]string
WsEnv map[string]string
AuthEnv map[string]string
HasPublic bool
NamingTemplate string
PublicBucketName string
CustomDomain CustomDomain
}
Click to show internal directories.
Click to hide internal directories.