docstopic

package
v0.0.0-...-affaa53 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyOpenApiSpec       = "openapi"
	KeyODataSpec         = "odata"
	KeyAsyncApiSpec      = "asyncapi"
	KeyDocumentationSpec = "docs"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiType

type ApiType string
const (
	OpenApiType  ApiType = "openapi"
	ODataApiType ApiType = "odata"
	NoneApiType  ApiType = ""
)

type Entry

type Entry struct {
	Id          string
	DisplayName string
	Description string
	Urls        map[string]string
	Labels      map[string]string
	Status      StatusType
}

type StatusType

type StatusType string
const (
	StatusNone    StatusType = ""
	StatusPending StatusType = "Pending"
	StatusFailed  StatusType = "Failed"
	StatusReady   StatusType = "Ready"
)

Jump to

Keyboard shortcuts

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