boolean

package module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: BSD-3-Clause Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boolean

type Boolean bool

Boolean is an alias for bool which implements serialization matching the conjure wire specification. ref: https://github.com/palantir/conjure/blob/master/docs/spec/wire.md

func (Boolean) MarshalText

func (b Boolean) MarshalText() ([]byte, error)

MarshalText implements encoding.TextMarshaler (used by encoding/json and others).

func (*Boolean) UnmarshalText

func (b *Boolean) UnmarshalText(data []byte) error

UnmarshalText implements encoding.TextUnmarshaler (used by encoding/json and others).

Jump to

Keyboard shortcuts

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