models

package
v0.0.0-...-87ee8e0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package models provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.11.0 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzurePriceResolverOpts

type AzurePriceResolverOpts struct {
	ArmSkuName   string `json:"armSkuName"`
	CurrencyCode string `json:"currencyCode"`
	Location     string `json:"location"`
}

AzurePriceResolverOpts defines model for AzurePriceResolverOpts.

type Config

type Config struct {
	ConcurrencyLevel  int                      `json:"concurrencyLevel"`
	IntervalInMinutes float32                  `json:"intervalInMinutes"`
	ResolvePricesFor  []AzurePriceResolverOpts `json:"resolvePricesFor"`
	Timestamp         string                   `json:"timestamp"`
}

Config defines model for Config.

type Welcome

type Welcome struct {
	// Message is a welcome message
	Message string `json:"message"`
}

Welcome defines model for Welcome.

Jump to

Keyboard shortcuts

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