proto

package
v1.13.4 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: Apache-2.0, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Person

type Person struct {
	FirstName          string    `json:"firstName"`
	LastName           string    `json:"lastName"`
	Age                int       `json:"age"`
	ExtraSpecialField1 int       `json:"extraSpecialField1"`
	ExtraSpecialField2 *[]string `json:"extraSpecialField2,omitempty"`
}

This is a Person struct with camelCase rename

type Person2

type Person2 struct {
	FirstName string `json:"FIRST_NAME"`
	LastName  string `json:"LAST_NAME"`
	Age       int    `json:"AGE"`
}

This is a Person2 struct with UPPERCASE rename

Jump to

Keyboard shortcuts

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