serial

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package serial implements access-cli serializables

Package serial implements access-cli serializables

Package serial implements access-cli serializables

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullableOptionalBoolean added in v0.13.0

type NullableOptionalBoolean struct {
	Value *bool
}

func (*NullableOptionalBoolean) AssignFromString added in v0.13.0

func (n *NullableOptionalBoolean) AssignFromString(s string)

func (NullableOptionalBoolean) MarshalJSON added in v0.13.0

func (n NullableOptionalBoolean) MarshalJSON() ([]byte, error)

MarshalJSON returns the NullableOptionalBoolean as JSON

func (NullableOptionalBoolean) String added in v0.13.0

func (n NullableOptionalBoolean) String() string

converting the struct to String format.

func (*NullableOptionalBoolean) UnmarshalJSON added in v0.13.0

func (n *NullableOptionalBoolean) UnmarshalJSON(data []byte) error

UnmarshalJSON sets the NullableOptionalBoolean from JSON

type NullableOptionalInt

type NullableOptionalInt struct {
	Value *int64
}

func (*NullableOptionalInt) AssignFromString added in v0.13.0

func (n *NullableOptionalInt) AssignFromString(s string)

func (NullableOptionalInt) MarshalJSON

func (n NullableOptionalInt) MarshalJSON() ([]byte, error)

MarshalJSON returns the NullableOptionalInt as JSON

func (NullableOptionalInt) String added in v0.13.0

func (n NullableOptionalInt) String() string

converting the struct to String format.

func (*NullableOptionalInt) UnmarshalJSON

func (n *NullableOptionalInt) UnmarshalJSON(data []byte) error

UnmarshalJSON sets the NullableOptionalInt from JSON

type NullableOptionalString added in v0.13.0

type NullableOptionalString struct {
	Value *string
}

func (NullableOptionalString) MarshalJSON added in v0.13.0

func (n NullableOptionalString) MarshalJSON() ([]byte, error)

MarshalJSON returns the NullableOptionalString as JSON

func (NullableOptionalString) String added in v0.13.0

func (n NullableOptionalString) String() string

converting the struct to String format.

func (*NullableOptionalString) UnmarshalJSON added in v0.13.0

func (n *NullableOptionalString) UnmarshalJSON(data []byte) error

UnmarshalJSON sets the NullableOptionalString from JSON

Jump to

Keyboard shortcuts

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