services_test

package
v2.16.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Name          string        `json:"name"`
	LastOperation LastOperation `json:"last_operation"`
}

type ErrorResponse

type ErrorResponse struct {
	ErrorCode string `json:"error_code"`
}

type LastOperation

type LastOperation struct {
	State string `json:"state"`
}

type Metadata

type Metadata struct {
	URL  string
	GUID string
}

type Resource

type Resource struct {
	Entity   Entity   `json:"entity"`
	Metadata Metadata `json:"metadata"`
}

type Response

type Response struct {
	Resources []Resource `json:"resources"`
}

Jump to

Keyboard shortcuts

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