keyval

package
v0.0.0-...-f122ace Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Id               int64  `protobuf:"varint,1,opt,name=id" json:"id" capid:"0"`
	Dty              int64  `protobuf:"varint,2,opt,name=dty" json:"dty" capid:"1"`
	AcctId           string `protobuf:"bytes,3,opt" json:"AcctId" capid:"2"`
	OpenedFromIP     string `protobuf:"bytes,4,opt" json:"OpenedFromIP" capid:"3"`
	Name             string `protobuf:"bytes,5,opt" json:"Name" capid:"4"`
	Email            string `protobuf:"bytes,6,opt" json:"Email" capid:"5"`
	Disabled         int64  `protobuf:"varint,7,opt" json:"Disabled" capid:"6"`
	XXX_unrecognized []byte `json:"-" capid:"skip"`
}

value

func AccountCapnToGo

func AccountCapnToGo(src AccountCapn, dest *Account) *Account

func (*Account) Load

func (s *Account) Load(r io.Reader)

func (*Account) Save

func (s *Account) Save(w io.Writer)

type AccountCapn

type AccountCapn C.Struct

func AccountGoToCapn

func AccountGoToCapn(seg *capn.Segment, src *Account) AccountCapn

func AutoNewAccountCapn

func AutoNewAccountCapn(s *C.Segment) AccountCapn

func NewAccountCapn

func NewAccountCapn(s *C.Segment) AccountCapn

func NewRootAccountCapn

func NewRootAccountCapn(s *C.Segment) AccountCapn

func ReadRootAccountCapn

func ReadRootAccountCapn(s *C.Segment) AccountCapn

func (AccountCapn) AcctId

func (s AccountCapn) AcctId() string

func (AccountCapn) Disabled

func (s AccountCapn) Disabled() int64

func (AccountCapn) Dty

func (s AccountCapn) Dty() int64

func (AccountCapn) Email

func (s AccountCapn) Email() string

func (AccountCapn) Id

func (s AccountCapn) Id() int64

func (AccountCapn) MarshalJSON

func (s AccountCapn) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (AccountCapn) Name

func (s AccountCapn) Name() string

func (AccountCapn) OpenedFromIP

func (s AccountCapn) OpenedFromIP() string

func (AccountCapn) SetAcctId

func (s AccountCapn) SetAcctId(v string)

func (AccountCapn) SetDisabled

func (s AccountCapn) SetDisabled(v int64)

func (AccountCapn) SetDty

func (s AccountCapn) SetDty(v int64)

func (AccountCapn) SetEmail

func (s AccountCapn) SetEmail(v string)

func (AccountCapn) SetId

func (s AccountCapn) SetId(v int64)

func (AccountCapn) SetName

func (s AccountCapn) SetName(v string)

func (AccountCapn) SetOpenedFromIP

func (s AccountCapn) SetOpenedFromIP(v string)

type AccountCapn_List

type AccountCapn_List C.PointerList

func NewAccountCapnList

func NewAccountCapnList(s *C.Segment, sz int) AccountCapn_List

func (AccountCapn_List) At

func (AccountCapn_List) Len

func (s AccountCapn_List) Len() int

func (AccountCapn_List) Set

func (s AccountCapn_List) Set(i int, item AccountCapn)

func (AccountCapn_List) ToArray

func (s AccountCapn_List) ToArray() []AccountCapn

type AcctId

type AcctId struct {
	AcctId string `json:"AcctId" capid:"0"`
}

key

func AcctIdCapnToGo

func AcctIdCapnToGo(src AcctIdCapn, dest *AcctId) *AcctId

func (*AcctId) Load

func (s *AcctId) Load(r io.Reader)

func (*AcctId) Save

func (s *AcctId) Save(w io.Writer)

type AcctIdCapn

type AcctIdCapn C.Struct

func AcctIdGoToCapn

func AcctIdGoToCapn(seg *capn.Segment, src *AcctId) AcctIdCapn

func AutoNewAcctIdCapn

func AutoNewAcctIdCapn(s *C.Segment) AcctIdCapn

func NewAcctIdCapn

func NewAcctIdCapn(s *C.Segment) AcctIdCapn

func NewRootAcctIdCapn

func NewRootAcctIdCapn(s *C.Segment) AcctIdCapn

func ReadRootAcctIdCapn

func ReadRootAcctIdCapn(s *C.Segment) AcctIdCapn

func (AcctIdCapn) AcctId

func (s AcctIdCapn) AcctId() string

func (AcctIdCapn) MarshalJSON

func (s AcctIdCapn) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (AcctIdCapn) SetAcctId

func (s AcctIdCapn) SetAcctId(v string)

type AcctIdCapn_List

type AcctIdCapn_List C.PointerList

func NewAcctIdCapnList

func NewAcctIdCapnList(s *C.Segment, sz int) AcctIdCapn_List

func (AcctIdCapn_List) At

func (s AcctIdCapn_List) At(i int) AcctIdCapn

func (AcctIdCapn_List) Len

func (s AcctIdCapn_List) Len() int

func (AcctIdCapn_List) Set

func (s AcctIdCapn_List) Set(i int, item AcctIdCapn)

func (AcctIdCapn_List) ToArray

func (s AcctIdCapn_List) ToArray() []AcctIdCapn

Jump to

Keyboard shortcuts

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