ExportParFile

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnumNamesParametersType = map[ParametersType]string{
	ParametersTypeAll:      "All",
	ParametersTypeBackup:   "Backup",
	ParametersTypeModified: "Modified",
}
View Source
var EnumValuesParametersType = map[string]ParametersType{
	"All":      ParametersTypeAll,
	"Backup":   ParametersTypeBackup,
	"Modified": ParametersTypeModified,
}

Functions

func ExportParFileAddBackupType

func ExportParFileAddBackupType(builder *flatbuffers.Builder, backupType ParametersType)

func ExportParFileAddFileName

func ExportParFileAddFileName(builder *flatbuffers.Builder, fileName flatbuffers.UOffsetT)

func ExportParFileEnd

func ExportParFileEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ExportParFileStart

func ExportParFileStart(builder *flatbuffers.Builder)

Types

type ExportParFile

type ExportParFile struct {
	// contains filtered or unexported fields
}

func GetRootAsExportParFile

func GetRootAsExportParFile(buf []byte, offset flatbuffers.UOffsetT) *ExportParFile

func GetSizePrefixedRootAsExportParFile

func GetSizePrefixedRootAsExportParFile(buf []byte, offset flatbuffers.UOffsetT) *ExportParFile

func (*ExportParFile) BackupType

func (rcv *ExportParFile) BackupType() ParametersType

func (*ExportParFile) FileName

func (rcv *ExportParFile) FileName() []byte

func (*ExportParFile) Init

func (rcv *ExportParFile) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ExportParFile) MutateBackupType

func (rcv *ExportParFile) MutateBackupType(n ParametersType) bool

func (*ExportParFile) Table

func (rcv *ExportParFile) Table() flatbuffers.Table

func (*ExportParFile) UnPack

func (rcv *ExportParFile) UnPack() *ExportParFileT

func (*ExportParFile) UnPackTo

func (rcv *ExportParFile) UnPackTo(t *ExportParFileT)

type ExportParFileT

type ExportParFileT struct {
	FileName   string         `json:"fileName"`
	BackupType ParametersType `json:"backupType"`
}

func (*ExportParFileT) Pack

type ParametersType

type ParametersType int8
const (
	ParametersTypeAll      ParametersType = 0
	ParametersTypeBackup   ParametersType = 1
	ParametersTypeModified ParametersType = 2
)

func (ParametersType) String

func (v ParametersType) String() string

Jump to

Keyboard shortcuts

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