sampledata

package
v0.0.0-...-ddcb0c8 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HeroSample

type HeroSample struct {
	ID        uint64 `json:"id,omitempty"`
	FirstName string `json:"firstName,omitempty"`
	LastName  string `json:"lastName,omitempty"`
	HeroName  string `json:"heroName,omitempty"`
}

HeroSample represents a sample import data format

func GetHeroData

func GetHeroData() (list []HeroSample, err *defaultError.Error)

GetHeroData loads sample data to insert into db

Jump to

Keyboard shortcuts

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