Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodToOperation ¶
MethodToOperation converts HTTP method to operation
Types ¶
type ResolveIDToNameFunc ¶
ResolveIDToNameFunc is the function to resolve the resource name from resource id
type Resolver ¶
type Resolver struct { BaseURLPattern string ResourceType string SucceedCodes []int // SensitiveAttributes is the attributes that need to be redacted SensitiveAttributes []string // ShouldResolveName indicates if the resource name should be resolved before delete, if true, need to resolve the resource name before delete ShouldResolveName bool // IDToNameFunc is used to resolve the resource name from resource id IDToNameFunc ResolveIDToNameFunc }
Click to show internal directories.
Click to hide internal directories.