defval

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package defval marshals and unmarshals textual forms of default values.

This package handles both the form historically used in Go struct field tags and also the form used by google.protobuf.FieldDescriptorProto.default_value since they differ in superficial ways.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

Marshal serializes v as the default string according to the given kind k. When specifying the Descriptor format for an enum kind, the associated enum value descriptor must be provided.

Types

type Format

type Format int

Format is the serialization format used to represent the default value.

const (

	// GoTag uses the historical serialization format in Go struct field tags.
	GoTag Format
)

Jump to

Keyboard shortcuts

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