propertyf

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: BSD-3-Clause Imports: 12 Imported by: 4

Documentation

Overview

Package propertyf comment This file was generated by tars2go 1.1.7 Generated from PropertyF.tars

Package propertyf comment This file was generated by tars2go 1.1.7 Generated from PropertyF.tars

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PropertyF

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

PropertyF struct

func (*PropertyF) Dispatch

func (obj *PropertyF) Dispatch(tarsCtx context.Context, val interface{}, tarsReq *requestf.RequestPacket, tarsResp *requestf.ResponsePacket, withContext bool) (err error)

Dispatch is used to call the server side implement for the method defined in the tars file. withContext shows using context or not.

func (*PropertyF) ReportPropMsg

func (obj *PropertyF) ReportPropMsg(statmsg map[StatPropMsgHead]StatPropMsgBody, opts ...map[string]string) (ret int32, err error)

ReportPropMsg is the proxy function for the method defined in the tars file, with the context

func (*PropertyF) ReportPropMsgOneWayWithContext added in v1.2.0

func (obj *PropertyF) ReportPropMsgOneWayWithContext(tarsCtx context.Context, statmsg map[StatPropMsgHead]StatPropMsgBody, opts ...map[string]string) (ret int32, err error)

ReportPropMsgOneWayWithContext is the proxy function for the method defined in the tars file, with the context

func (*PropertyF) ReportPropMsgWithContext

func (obj *PropertyF) ReportPropMsgWithContext(tarsCtx context.Context, statmsg map[StatPropMsgHead]StatPropMsgBody, opts ...map[string]string) (ret int32, err error)

ReportPropMsgWithContext is the proxy function for the method defined in the tars file, with the context

func (*PropertyF) SetServant

func (obj *PropertyF) SetServant(servant m.Servant)

SetServant sets servant for the service.

func (*PropertyF) TarsSetProtocol added in v1.2.0

func (obj *PropertyF) TarsSetProtocol(p m.Protocol)

TarsSetProtocol sets the protocol for the servant.

func (*PropertyF) TarsSetTimeout

func (obj *PropertyF) TarsSetTimeout(timeout int)

TarsSetTimeout sets the timeout for the servant which is in ms.

type PropertyFServant added in v1.3.0

type PropertyFServant interface {
	ReportPropMsg(statmsg map[StatPropMsgHead]StatPropMsgBody) (ret int32, err error)
}

type PropertyFServantWithContext added in v1.3.0

type PropertyFServantWithContext interface {
	ReportPropMsg(tarsCtx context.Context, statmsg map[StatPropMsgHead]StatPropMsgBody) (ret int32, err error)
}

type StatPropInfo

type StatPropInfo struct {
	Policy string `json:"policy"`
	Value  string `json:"value"`
}

StatPropInfo struct implement

func (*StatPropInfo) ReadBlock

func (st *StatPropInfo) ReadBlock(readBuf *codec.Reader, tag byte, require bool) error

ReadBlock reads struct from the given tag , require or optional.

func (*StatPropInfo) ReadFrom

func (st *StatPropInfo) ReadFrom(readBuf *codec.Reader) error

ReadFrom reads from readBuf and put into struct.

func (*StatPropInfo) ResetDefault added in v1.2.0

func (st *StatPropInfo) ResetDefault()

func (*StatPropInfo) WriteBlock

func (st *StatPropInfo) WriteBlock(buf *codec.Buffer, tag byte) error

WriteBlock encode struct

func (*StatPropInfo) WriteTo

func (st *StatPropInfo) WriteTo(buf *codec.Buffer) (err error)

WriteTo encode struct to buffer

type StatPropMsgBody

type StatPropMsgBody struct {
	VInfo []StatPropInfo `json:"vInfo"`
}

StatPropMsgBody struct implement

func (*StatPropMsgBody) ReadBlock

func (st *StatPropMsgBody) ReadBlock(readBuf *codec.Reader, tag byte, require bool) error

ReadBlock reads struct from the given tag , require or optional.

func (*StatPropMsgBody) ReadFrom

func (st *StatPropMsgBody) ReadFrom(readBuf *codec.Reader) error

ReadFrom reads from readBuf and put into struct.

func (*StatPropMsgBody) ResetDefault added in v1.2.0

func (st *StatPropMsgBody) ResetDefault()

func (*StatPropMsgBody) WriteBlock

func (st *StatPropMsgBody) WriteBlock(buf *codec.Buffer, tag byte) error

WriteBlock encode struct

func (*StatPropMsgBody) WriteTo

func (st *StatPropMsgBody) WriteTo(buf *codec.Buffer) (err error)

WriteTo encode struct to buffer

type StatPropMsgHead

type StatPropMsgHead struct {
	ModuleName   string `json:"moduleName"`
	Ip           string `json:"ip"`
	PropertyName string `json:"propertyName"`
	SetName      string `json:"setName"`
	SetArea      string `json:"setArea"`
	SetID        string `json:"setID"`
	SContainer   string `json:"sContainer"`
	IPropertyVer int32  `json:"iPropertyVer"`
}

StatPropMsgHead struct implement

func (*StatPropMsgHead) ReadBlock

func (st *StatPropMsgHead) ReadBlock(readBuf *codec.Reader, tag byte, require bool) error

ReadBlock reads struct from the given tag , require or optional.

func (*StatPropMsgHead) ReadFrom

func (st *StatPropMsgHead) ReadFrom(readBuf *codec.Reader) error

ReadFrom reads from readBuf and put into struct.

func (*StatPropMsgHead) ResetDefault added in v1.2.0

func (st *StatPropMsgHead) ResetDefault()

func (*StatPropMsgHead) WriteBlock

func (st *StatPropMsgHead) WriteBlock(buf *codec.Buffer, tag byte) error

WriteBlock encode struct

func (*StatPropMsgHead) WriteTo

func (st *StatPropMsgHead) WriteTo(buf *codec.Buffer) (err error)

WriteTo encode struct to buffer

Jump to

Keyboard shortcuts

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