types

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ProtoType

type ProtoType string
const (
	Double   ProtoType = "double"
	Float    ProtoType = "float"
	Int32    ProtoType = "int32"
	Int64    ProtoType = "int64"
	Uint32   ProtoType = "uint32"
	Uint64   ProtoType = "uint64"
	Sint32   ProtoType = "sint32"
	Sint64   ProtoType = "sint64"
	Fixed32  ProtoType = "fixed32"
	Fixed64  ProtoType = "fixed64"
	Sfixed32 ProtoType = "sfixed32"
	Sfixed64 ProtoType = "sfixed64"
	Bool     ProtoType = "bool"
	String   ProtoType = "string"
	Bytes    ProtoType = "bytes"
)

https://developers.google.com/protocol-buffers/docs/proto3

Jump to

Keyboard shortcuts

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