xmlrpc

package
v0.0.0-...-b8a1838 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_chromiumos_config_api_test_xmlrpc_xmlrpc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Array

type Array struct {
	Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*Array) Descriptor deprecated

func (*Array) Descriptor() ([]byte, []int)

Deprecated: Use Array.ProtoReflect.Descriptor instead.

func (*Array) GetValues

func (x *Array) GetValues() []*Value

func (*Array) ProtoMessage

func (*Array) ProtoMessage()

func (*Array) ProtoReflect

func (x *Array) ProtoReflect() protoreflect.Message

func (*Array) Reset

func (x *Array) Reset()

func (*Array) String

func (x *Array) String() string

type Struct

type Struct struct {
	Members map[string]*Value `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Struct) Descriptor deprecated

func (*Struct) Descriptor() ([]byte, []int)

Deprecated: Use Struct.ProtoReflect.Descriptor instead.

func (*Struct) GetMembers

func (x *Struct) GetMembers() map[string]*Value

func (*Struct) ProtoMessage

func (*Struct) ProtoMessage()

func (*Struct) ProtoReflect

func (x *Struct) ProtoReflect() protoreflect.Message

func (*Struct) Reset

func (x *Struct) Reset()

func (*Struct) String

func (x *Struct) String() string

type Value

type Value struct {

	// Types that are assignable to ScalarOneof:
	//	*Value_Int
	//	*Value_Boolean
	//	*Value_String_
	//	*Value_Double
	//	*Value_Datetime
	//	*Value_Base64
	//	*Value_Struct
	//	*Value_Array
	ScalarOneof isValue_ScalarOneof `protobuf_oneof:"scalar_oneof"`
	// contains filtered or unexported fields
}

Value represents a value in XML-RPC.

func (*Value) Descriptor deprecated

func (*Value) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetArray

func (x *Value) GetArray() *Array

func (*Value) GetBase64

func (x *Value) GetBase64() []byte

func (*Value) GetBoolean

func (x *Value) GetBoolean() bool

func (*Value) GetDatetime

func (x *Value) GetDatetime() string

func (*Value) GetDouble

func (x *Value) GetDouble() float64

func (*Value) GetInt

func (x *Value) GetInt() int32

func (*Value) GetScalarOneof

func (m *Value) GetScalarOneof() isValue_ScalarOneof

func (*Value) GetString_

func (x *Value) GetString_() string

func (*Value) GetStruct

func (x *Value) GetStruct() *Struct

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

func (x *Value) ProtoReflect() protoreflect.Message

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type Value_Array

type Value_Array struct {
	Array *Array `protobuf:"bytes,9,opt,name=array,proto3,oneof"`
}

type Value_Base64

type Value_Base64 struct {
	Base64 []byte `protobuf:"bytes,7,opt,name=base64,proto3,oneof"`
}

type Value_Boolean

type Value_Boolean struct {
	Boolean bool `protobuf:"varint,3,opt,name=boolean,proto3,oneof"`
}

type Value_Datetime

type Value_Datetime struct {
	// ISO8601 datetime
	Datetime string `protobuf:"bytes,6,opt,name=datetime,proto3,oneof"`
}

type Value_Double

type Value_Double struct {
	Double float64 `protobuf:"fixed64,5,opt,name=double,proto3,oneof"`
}

type Value_Int

type Value_Int struct {
	Int int32 `protobuf:"zigzag32,2,opt,name=int,proto3,oneof"`
}

type Value_String_

type Value_String_ struct {
	String_ string `protobuf:"bytes,4,opt,name=string,proto3,oneof"`
}

type Value_Struct

type Value_Struct struct {
	Struct *Struct `protobuf:"bytes,8,opt,name=struct,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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