Documentation
¶
Index ¶
Constants ¶
View Source
const ( PostmanCollectionName = "postman_collection.json" BrunoCollectionName = "bruno_collection.tar" )
Variables ¶
This section is empty.
Functions ¶
func RenderFeatureDescription ¶
func RenderFeatureDescription(feature *Feature, collectionType CollectionType) string
Types ¶
type CollectionType ¶
type CollectionType uint
const ( OpenAPI CollectionType = iota Postman Bruno )
func (CollectionType) String ¶
func (collectionType CollectionType) String() string
type ExampleModelValueGenerator ¶
type ExampleModelValueGenerator struct {
// contains filtered or unexported fields
}
func NewExampleModelValueGenerator ¶
func NewExampleModelValueGenerator(pages []Page) *ExampleModelValueGenerator
func (*ExampleModelValueGenerator) Get ¶
func (generator *ExampleModelValueGenerator) Get(modelName string) (interface{}, bool)
type Feature ¶
type Feature struct { Name string Description string MainEntities []Entity AuxiliaryEntites []Entity }
func (*Feature) AllEntities ¶
Click to show internal directories.
Click to hide internal directories.