package testing

import "github.com/go-openapi/runtime/internal/testing"

Index

Constants

const InvalidJSON = "" /* 1892 byte string literal not displayed */

InvalidJSON invalid swagger 2.0 spec in JSON

const PetStore20 = "" /* 6010 byte string literal not displayed */

PetStore20 json doc for swagger 2.0 pet store

const PetStore20YAML = "" /* 3757 byte string literal not displayed */

PetStore20YAML yaml doc for swagger 2.0 pet store

const RootPetStore20 = "" /* 5801 byte string literal not displayed */

RootPetStore20 json doc for swagger 2.0 pet store at /

Variables

var InvalidJSONMessage = json.RawMessage([]byte(InvalidJSON))

InvalidJSONMessage json raw message for invalid json

var PetStoreJSONMessage = json.RawMessage([]byte(PetStore20))

PetStoreJSONMessage json raw message for Petstore20

var RootPetStoreJSONMessage = json.RawMessage([]byte(RootPetStore20))

RootPetStoreJSONMessage json raw message for Petstore20

Source Files

data.go

Directories

PathSynopsis
internal/testing/petstore
internal/testing/simplepetstore
Version
v0.19.29
Published
Apr 26, 2021
Platform
windows/amd64
Imports
1 packages
Last checked
12 seconds ago

Tools for package owners.