testing

package
v0.4.0-beta Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: GPL-3.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 V1

type V1 struct {
	InEveryVersion string  `json:"in_every_version"`
	OnlyIn1        int     `json:"only_in_1"`
	FromStartTo3   []byte  `json:"from_start_to_3"`
	From1to4       float32 `json:"from_1_to_4"`
}

V1 Version-specific struct types and methods

func (V1) GetName

func (era V1) GetName() string

func (V1) GetVersion

func (era V1) GetVersion() int

type V2

type V2 struct {
	InEveryVersion string  `json:"in_every_version"`
	From2ToEnd     uint8   `json:"from_2_to_end"`
	FromStartTo3   []byte  `json:"from_start_to_3"`
	From1to4       float32 `json:"from_1_to_4"`
}

V2 Version-specific struct types and methods

func (V2) GetName

func (era V2) GetName() string

func (V2) GetVersion

func (era V2) GetVersion() int

type V3

type V3 struct {
	InEveryVersion string  `json:"in_every_version"`
	From2ToEnd     uint8   `json:"from_2_to_end"`
	FromStartTo3   []byte  `json:"from_start_to_3"`
	From1to4       float32 `json:"from_1_to_4"`
}

V3 Version-specific struct types and methods

func (V3) GetName

func (era V3) GetName() string

func (V3) GetVersion

func (era V3) GetVersion() int

type V4

type V4 struct {
	InEveryVersion string  `json:"in_every_version"`
	From2ToEnd     uint8   `json:"from_2_to_end"`
	From1to4       float32 `json:"from_1_to_4"`
}

V4 Version-specific struct types and methods

func (V4) GetName

func (era V4) GetName() string

func (V4) GetVersion

func (era V4) GetVersion() int

Jump to

Keyboard shortcuts

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