product

package
v0.0.0-...-8ba9361 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetResult

type GetResult struct {
	// contains filtered or unexported fields
}

GetResult is the response from a Get operation. Call its Extract method to

func Get

func Get(client *gophercloud.ServiceClient, envId int) (r GetResult)

Get returns license data.

func (GetResult) Extract

func (r GetResult) Extract() (*Product, error)

Extract interprets any productResults as a Product.

type Product

type Product struct {
	Product map[string]interface{} `json:"product"`
}

Product represents a Roller Product.

Jump to

Keyboard shortcuts

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