fileresource

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL