Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BestProjectionFirstStrategy ¶
type BestProjectionFirstStrategy struct {
// contains filtered or unexported fields
}
func (*BestProjectionFirstStrategy) GetResources ¶
func (nr *BestProjectionFirstStrategy) GetResources(t *openapi3.T) (*openapistackql.ResourceRegister, error)
type BodyAttributes ¶
type EndpointDimensions ¶
type IResourcesExtractorStrategy ¶
type IResourcesExtractorStrategy interface {
GetResources(*openapi3.T) (*openapistackql.ResourceRegister, error)
}
func NewNaiveResourcesExtractor ¶
func NewNaiveResourcesExtractor() IResourcesExtractorStrategy
type OperationDimensions ¶
type OperationDimensions struct {
RequestBody BodyAttributes
ResponseBody ResponseBodyAttributes
}
type ResponseBodyAttributes ¶
type ResponseBodyAttributes struct {
BodyAttributes
ResponseCode string
}
Click to show internal directories.
Click to hide internal directories.