Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsdFileType ¶
type AsdFileType string
const ( Undefined AsdFileType = "undefined" OpenApi AsdFileType = "open_api" )
type FileResource ¶
type FileResource struct {
//Original link to file
Link string
//File content
Content []byte
//Type of the API specification file (json/yaml ...)
Type AsdFileType
}
FileResource representation of file resource
Click to show internal directories.
Click to hide internal directories.