serviceoffercontroller

package
v0.9.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func New

func New(cfg *rest.Config) (*Controller, error)

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int) error

type ServiceJSON

type ServiceJSON struct {
	Name        string `json:"name"`
	Namespace   string `json:"namespace"`
	Type        string `json:"type"`
	Model       string `json:"model,omitempty"`
	Endpoint    string `json:"endpoint"`
	Price       string `json:"price"`
	PriceRaw    string `json:"priceRaw,omitempty"`
	PayTo       string `json:"payTo"`
	Network     string `json:"network"`
	Description string `json:"description"`
	IsDemo      bool   `json:"isDemo"`
}

ServiceJSON is the JSON representation of a ServiceOffer for the public storefront.

Jump to

Keyboard shortcuts

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