models

package
v0.0.0-...-7a76d2e Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	JobID    string `json:"jobID"`
	JobState string `json:"jobState"`
	AssetID  string `json:"assetID"`
}

type Monster

type Monster struct {
	Name string `json:"name"`
	Age  int    `json:"age"`
	Size string `json:"size"`
}

type MonsterWithID

type MonsterWithID struct {
	ID   string `json:"id"`
	Name string `json:"name"`
	Age  string `json:"age"`
	Size string `json:"size"`
}

Jump to

Keyboard shortcuts

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