model

package
v0.0.0-...-75504ba Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2017 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Property

type Property struct {
	Port    string   `json:"port"`
	Routers []Router `json:"routers"`
}

type Router

type Router struct {
	RouterName string `json:"name"`
	Request    string `json:"request"`
	Method     string `json:"method"`
	StatusCode string `json:"status_code"`
	Response   string `json:"response"`
}

Jump to

Keyboard shortcuts

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