gosqltest

package
v0.0.0-...-c713541 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_xgo_tests_gosqltest_gosql_test_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type User1

type User1 struct {
	Id    string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Meta1 *User1_Meta1 `protobuf:"bytes,2,opt,name=meta1,proto3" json:"meta1,omitempty"`
	// contains filtered or unexported fields
}

func (*User1) Descriptor deprecated

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

Deprecated: Use User1.ProtoReflect.Descriptor instead.

func (*User1) GetId

func (x *User1) GetId() string

func (*User1) GetMeta1

func (x *User1) GetMeta1() *User1_Meta1

func (*User1) ProtoMessage

func (*User1) ProtoMessage()

func (*User1) ProtoReflect

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

func (*User1) Reset

func (x *User1) Reset()

func (*User1) Scan

func (t *User1) Scan(val interface{}) error

Scan for implements sql.Scanner (- database/sql).

func (*User1) String

func (x *User1) String() string

func (*User1) Value

func (t *User1) Value() (driver.Value, error)

Value for implements driver.Valuer (- database/sql/driver)

type User1_Meta1

type User1_Meta1 struct {
	Age   int64              `protobuf:"varint,1,opt,name=age,proto3" json:"age,omitempty"`
	Meta1 *User1_Meta1_Meta2 `protobuf:"bytes,2,opt,name=meta1,proto3" json:"meta1,omitempty"`
	// contains filtered or unexported fields
}

func (*User1_Meta1) Descriptor deprecated

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

Deprecated: Use User1_Meta1.ProtoReflect.Descriptor instead.

func (*User1_Meta1) GetAge

func (x *User1_Meta1) GetAge() int64

func (*User1_Meta1) GetMeta1

func (x *User1_Meta1) GetMeta1() *User1_Meta1_Meta2

func (*User1_Meta1) ProtoMessage

func (*User1_Meta1) ProtoMessage()

func (*User1_Meta1) ProtoReflect

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

func (*User1_Meta1) Reset

func (x *User1_Meta1) Reset()

func (*User1_Meta1) Scan

func (t *User1_Meta1) Scan(val interface{}) error

Scan for implements sql.Scanner (- database/sql).

func (*User1_Meta1) String

func (x *User1_Meta1) String() string

func (*User1_Meta1) Value

func (t *User1_Meta1) Value() (driver.Value, error)

Value for implements driver.Valuer (- database/sql/driver)

type User1_Meta1_Meta2

type User1_Meta1_Meta2 struct {
	Sex int64 `protobuf:"varint,1,opt,name=sex,proto3" json:"sex,omitempty"`
	// contains filtered or unexported fields
}

func (*User1_Meta1_Meta2) Descriptor deprecated

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

Deprecated: Use User1_Meta1_Meta2.ProtoReflect.Descriptor instead.

func (*User1_Meta1_Meta2) GetSex

func (x *User1_Meta1_Meta2) GetSex() int64

func (*User1_Meta1_Meta2) ProtoMessage

func (*User1_Meta1_Meta2) ProtoMessage()

func (*User1_Meta1_Meta2) ProtoReflect

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

func (*User1_Meta1_Meta2) Reset

func (x *User1_Meta1_Meta2) Reset()

func (*User1_Meta1_Meta2) String

func (x *User1_Meta1_Meta2) String() string

type User2

type User2 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User2) Descriptor deprecated

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

Deprecated: Use User2.ProtoReflect.Descriptor instead.

func (*User2) GetId

func (x *User2) GetId() string

func (*User2) ProtoMessage

func (*User2) ProtoMessage()

func (*User2) ProtoReflect

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

func (*User2) Reset

func (x *User2) Reset()

func (*User2) Scan

func (t *User2) Scan(val interface{}) error

Scan for implements sql.Scanner (- database/sql).

func (*User2) String

func (x *User2) String() string

func (*User2) Value

func (t *User2) Value() (driver.Value, error)

Value for implements driver.Valuer (- database/sql/driver)

type User3

type User3 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User3) Descriptor deprecated

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

Deprecated: Use User3.ProtoReflect.Descriptor instead.

func (*User3) GetId

func (x *User3) GetId() string

func (*User3) ProtoMessage

func (*User3) ProtoMessage()

func (*User3) ProtoReflect

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

func (*User3) Reset

func (x *User3) Reset()

func (*User3) Scan

func (t *User3) Scan(val interface{}) error

Scan for implements sql.Scanner (- database/sql).

func (*User3) String

func (x *User3) String() string

func (*User3) Value

func (t *User3) Value() (driver.Value, error)

Value for implements driver.Valuer (- database/sql/driver)

type User4

type User4 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User4) Descriptor deprecated

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

Deprecated: Use User4.ProtoReflect.Descriptor instead.

func (*User4) GetId

func (x *User4) GetId() string

func (*User4) ProtoMessage

func (*User4) ProtoMessage()

func (*User4) ProtoReflect

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

func (*User4) Reset

func (x *User4) Reset()

func (*User4) Scan

func (t *User4) Scan(val interface{}) error

Scan for implements sql.Scanner (- database/sql).

func (*User4) String

func (x *User4) String() string

func (*User4) Value

func (t *User4) Value() (driver.Value, error)

Value for implements driver.Valuer (- database/sql/driver)

type User5

type User5 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User5) Descriptor deprecated

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

Deprecated: Use User5.ProtoReflect.Descriptor instead.

func (*User5) GetId

func (x *User5) GetId() string

func (*User5) ProtoMessage

func (*User5) ProtoMessage()

func (*User5) ProtoReflect

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

func (*User5) Reset

func (x *User5) Reset()

func (*User5) String

func (x *User5) String() string

type User6

type User6 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User6) Descriptor deprecated

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

Deprecated: Use User6.ProtoReflect.Descriptor instead.

func (*User6) GetId

func (x *User6) GetId() string

func (*User6) ProtoMessage

func (*User6) ProtoMessage()

func (*User6) ProtoReflect

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

func (*User6) Reset

func (x *User6) Reset()

func (*User6) String

func (x *User6) String() string

type User7

type User7 struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*User7) Descriptor deprecated

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

Deprecated: Use User7.ProtoReflect.Descriptor instead.

func (*User7) GetId

func (x *User7) GetId() string

func (*User7) ProtoMessage

func (*User7) ProtoMessage()

func (*User7) ProtoReflect

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

func (*User7) Reset

func (x *User7) Reset()

func (*User7) String

func (x *User7) String() string

Jump to

Keyboard shortcuts

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