constants

package
v0.0.0-...-68aed32 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Director

type Director struct {
	FirstName string `json:"firstName"`
	LastName  string `json:"lastName"`
}

type Movie

type Movie struct {
	ID       MovieId   `json:"id"`
	Title    string    `json:"title,omitempty"`
	ISBN     string    `json:"isbn,omitempty"`
	Director *Director `json:"director,omitempty"`
	RevSeq   int       `json:"revSeq,omitempty"`
}

type MovieId

type MovieId string

type RevId

type RevId string

Jump to

Keyboard shortcuts

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