systemrpc

package
v0.0.0-...-1482656 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: GPL-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Code generated by Kitex v0.9.1. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var AddNotificationArgs_Req_DEFAULT *system.AddNotificationReq
View Source
var AddNotificationResult_Success_DEFAULT *system.AddNotificationResp
View Source
var CleanNotificationArgs_Req_DEFAULT *system.CleanNotificationReq
View Source
var CleanNotificationResult_Success_DEFAULT *system.CleanNotificationResp
View Source
var ContainsRoleArgs_Req_DEFAULT *system.ContainsRoleReq
View Source
var ContainsRoleResult_Success_DEFAULT *system.ContainsRoleResp
View Source
var CountNotificationArgs_Req_DEFAULT *system.CountNotificationReq
View Source
var CountNotificationResult_Success_DEFAULT *system.CountNotificationResp
View Source
var CreateAdminArgs_Req_DEFAULT *system.CreateAdminReq
View Source
var CreateAdminResult_Success_DEFAULT *system.CreateAdminResp
View Source
var CreateApplyArgs_Req_DEFAULT *system.CreateApplyReq
View Source
var CreateApplyResult_Success_DEFAULT *system.CreateApplyResp
View Source
var CreateCommunityArgs_Req_DEFAULT *system.CreateCommunityReq
View Source
var CreateCommunityResult_Success_DEFAULT *system.CreateCommunityResp
View Source
var CreateNewsArgs_Req_DEFAULT *system.CreateNewsReq
View Source
var CreateNewsResult_Success_DEFAULT *system.CreateNewsResp
View Source
var CreateNoticeArgs_Req_DEFAULT *system.CreateNoticeReq
View Source
var CreateNoticeResult_Success_DEFAULT *system.CreateNoticeResp
View Source
var DeleteAdminArgs_Req_DEFAULT *system.DeleteAdminReq
View Source
var DeleteAdminResult_Success_DEFAULT *system.DeleteAdminResp
View Source
var DeleteCommunityArgs_Req_DEFAULT *system.DeleteCommunityReq
View Source
var DeleteCommunityResult_Success_DEFAULT *system.DeleteCommunityResp
View Source
var DeleteNewsArgs_Req_DEFAULT *system.DeleteNewsReq
View Source
var DeleteNewsResult_Success_DEFAULT *system.DeleteNewsResp
View Source
var DeleteNoticeArgs_Req_DEFAULT *system.DeleteNoticeReq
View Source
var DeleteNoticeResult_Success_DEFAULT *system.DeleteNoticeResp
View Source
var HandleApplyArgs_Req_DEFAULT *system.HandleApplyReq
View Source
var HandleApplyResult_Success_DEFAULT *system.HandleApplyResp
View Source
var ListAdminArgs_Req_DEFAULT *system.ListAdminReq
View Source
var ListAdminResult_Success_DEFAULT *system.ListAdminResp
View Source
var ListApplyArgs_Req_DEFAULT *system.ListApplyReq
View Source
var ListApplyResult_Success_DEFAULT *system.ListApplyResp
View Source
var ListCommunityArgs_Req_DEFAULT *system.ListCommunityReq
View Source
var ListCommunityResult_Success_DEFAULT *system.ListCommunityResp
View Source
var ListNewsArgs_Req_DEFAULT *system.ListNewsReq
View Source
var ListNewsResult_Success_DEFAULT *system.ListNewsResp
View Source
var ListNoticeArgs_Req_DEFAULT *system.ListNoticeReq
View Source
var ListNoticeResult_Success_DEFAULT *system.ListNoticeResp
View Source
var ListNotificationArgs_Req_DEFAULT *system.ListNotificationReq
View Source
var ListNotificationResult_Success_DEFAULT *system.ListNotificationResp
View Source
var ListUserIdByRoleArgs_Req_DEFAULT *system.ListUserIdByRoleReq
View Source
var ListUserIdByRoleResult_Success_DEFAULT *system.ListUserIdByRoleResp
View Source
var ReadNotificationArgs_Req_DEFAULT *system.ReadNotificationReq
View Source
var ReadNotificationResult_Success_DEFAULT *system.ReadNotificationResp
View Source
var ReadRangeNotificationArgs_Req_DEFAULT *system.ReadRangeNotificationReq
View Source
var ReadRangeNotificationResult_Success_DEFAULT *system.ReadRangeNotificationResp
View Source
var RetrieveAdminArgs_Req_DEFAULT *system.RetrieveAdminReq
View Source
var RetrieveAdminResult_Success_DEFAULT *system.RetrieveAdminResp
View Source
var RetrieveCommunityArgs_Req_DEFAULT *system.RetrieveCommunityReq
View Source
var RetrieveCommunityResult_Success_DEFAULT *system.RetrieveCommunityResp
View Source
var RetrieveNewsArgs_Req_DEFAULT *system.RetrieveNewsReq
View Source
var RetrieveNewsResult_Success_DEFAULT *system.RetrieveNewsResp
View Source
var RetrieveNoticeArgs_Req_DEFAULT *system.RetrieveNoticeReq
View Source
var RetrieveNoticeResult_Success_DEFAULT *system.RetrieveNoticeResp
View Source
var RetrieveUserRoleArgs_Req_DEFAULT *system.RetrieveUserRoleReq
View Source
var RetrieveUserRoleResult_Success_DEFAULT *system.RetrieveUserRoleResp
View Source
var UpdateAdminArgs_Req_DEFAULT *system.UpdateAdminReq
View Source
var UpdateAdminResult_Success_DEFAULT *system.UpdateAdminResp
View Source
var UpdateCommunityArgs_Req_DEFAULT *system.UpdateCommunityReq
View Source
var UpdateCommunityResult_Success_DEFAULT *system.UpdateCommunityResp
View Source
var UpdateNewsArgs_Req_DEFAULT *system.UpdateNewsReq
View Source
var UpdateNewsResult_Success_DEFAULT *system.UpdateNewsResp
View Source
var UpdateNoticeArgs_Req_DEFAULT *system.UpdateNoticeReq
View Source
var UpdateNoticeResult_Success_DEFAULT *system.UpdateNoticeResp
View Source
var UpdateUserRoleArgs_Req_DEFAULT *system.UpdateUserRoleReq
View Source
var UpdateUserRoleResult_Success_DEFAULT *system.UpdateUserRoleResp

Functions

func NewInvoker

func NewInvoker(handler system.SystemRpc, opts ...server.Option) server.Invoker

NewInvoker creates a server.Invoker with the given handler and options.

func NewServer

func NewServer(handler system.SystemRpc, opts ...server.Option) server.Server

NewServer creates a server.Server with the given handler and options.

func NewServiceInfo

func NewServiceInfo() *kitex.ServiceInfo

NewServiceInfo creates a new ServiceInfo containing all methods

func NewServiceInfoForClient

func NewServiceInfoForClient() *kitex.ServiceInfo

NewServiceInfo creates a new ServiceInfo containing non-streaming methods

func NewServiceInfoForStreamClient

func NewServiceInfoForStreamClient() *kitex.ServiceInfo

func RegisterService

func RegisterService(svr server.Server, handler system.SystemRpc, opts ...server.RegisterOption) error

Types

type AddNotificationArgs

type AddNotificationArgs struct {
	Req *system.AddNotificationReq
}

func (*AddNotificationArgs) FastRead

func (p *AddNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*AddNotificationArgs) FastWrite

func (p *AddNotificationArgs) FastWrite(buf []byte) (n int)

func (*AddNotificationArgs) GetFirstArgument

func (p *AddNotificationArgs) GetFirstArgument() interface{}

func (*AddNotificationArgs) GetReq

func (*AddNotificationArgs) IsSetReq

func (p *AddNotificationArgs) IsSetReq() bool

func (*AddNotificationArgs) Marshal

func (p *AddNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*AddNotificationArgs) Size

func (p *AddNotificationArgs) Size() (n int)

func (*AddNotificationArgs) Unmarshal

func (p *AddNotificationArgs) Unmarshal(in []byte) error

type AddNotificationResult

type AddNotificationResult struct {
	Success *system.AddNotificationResp
}

func (*AddNotificationResult) FastRead

func (p *AddNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*AddNotificationResult) FastWrite

func (p *AddNotificationResult) FastWrite(buf []byte) (n int)

func (*AddNotificationResult) GetResult

func (p *AddNotificationResult) GetResult() interface{}

func (*AddNotificationResult) GetSuccess

func (*AddNotificationResult) IsSetSuccess

func (p *AddNotificationResult) IsSetSuccess() bool

func (*AddNotificationResult) Marshal

func (p *AddNotificationResult) Marshal(out []byte) ([]byte, error)

func (*AddNotificationResult) SetSuccess

func (p *AddNotificationResult) SetSuccess(x interface{})

func (*AddNotificationResult) Size

func (p *AddNotificationResult) Size() (n int)

func (*AddNotificationResult) Unmarshal

func (p *AddNotificationResult) Unmarshal(in []byte) error

type CleanNotificationArgs

type CleanNotificationArgs struct {
	Req *system.CleanNotificationReq
}

func (*CleanNotificationArgs) FastRead

func (p *CleanNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CleanNotificationArgs) FastWrite

func (p *CleanNotificationArgs) FastWrite(buf []byte) (n int)

func (*CleanNotificationArgs) GetFirstArgument

func (p *CleanNotificationArgs) GetFirstArgument() interface{}

func (*CleanNotificationArgs) GetReq

func (*CleanNotificationArgs) IsSetReq

func (p *CleanNotificationArgs) IsSetReq() bool

func (*CleanNotificationArgs) Marshal

func (p *CleanNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*CleanNotificationArgs) Size

func (p *CleanNotificationArgs) Size() (n int)

func (*CleanNotificationArgs) Unmarshal

func (p *CleanNotificationArgs) Unmarshal(in []byte) error

type CleanNotificationResult

type CleanNotificationResult struct {
	Success *system.CleanNotificationResp
}

func (*CleanNotificationResult) FastRead

func (p *CleanNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CleanNotificationResult) FastWrite

func (p *CleanNotificationResult) FastWrite(buf []byte) (n int)

func (*CleanNotificationResult) GetResult

func (p *CleanNotificationResult) GetResult() interface{}

func (*CleanNotificationResult) GetSuccess

func (*CleanNotificationResult) IsSetSuccess

func (p *CleanNotificationResult) IsSetSuccess() bool

func (*CleanNotificationResult) Marshal

func (p *CleanNotificationResult) Marshal(out []byte) ([]byte, error)

func (*CleanNotificationResult) SetSuccess

func (p *CleanNotificationResult) SetSuccess(x interface{})

func (*CleanNotificationResult) Size

func (p *CleanNotificationResult) Size() (n int)

func (*CleanNotificationResult) Unmarshal

func (p *CleanNotificationResult) Unmarshal(in []byte) error

type Client

type Client interface {
	RetrieveNotice(ctx context.Context, Req *system.RetrieveNoticeReq, callOptions ...callopt.Option) (r *system.RetrieveNoticeResp, err error)
	ListNotice(ctx context.Context, Req *system.ListNoticeReq, callOptions ...callopt.Option) (r *system.ListNoticeResp, err error)
	CreateNotice(ctx context.Context, Req *system.CreateNoticeReq, callOptions ...callopt.Option) (r *system.CreateNoticeResp, err error)
	UpdateNotice(ctx context.Context, Req *system.UpdateNoticeReq, callOptions ...callopt.Option) (r *system.UpdateNoticeResp, err error)
	DeleteNotice(ctx context.Context, Req *system.DeleteNoticeReq, callOptions ...callopt.Option) (r *system.DeleteNoticeResp, err error)
	RetrieveNews(ctx context.Context, Req *system.RetrieveNewsReq, callOptions ...callopt.Option) (r *system.RetrieveNewsResp, err error)
	ListNews(ctx context.Context, Req *system.ListNewsReq, callOptions ...callopt.Option) (r *system.ListNewsResp, err error)
	CreateNews(ctx context.Context, Req *system.CreateNewsReq, callOptions ...callopt.Option) (r *system.CreateNewsResp, err error)
	UpdateNews(ctx context.Context, Req *system.UpdateNewsReq, callOptions ...callopt.Option) (r *system.UpdateNewsResp, err error)
	DeleteNews(ctx context.Context, Req *system.DeleteNewsReq, callOptions ...callopt.Option) (r *system.DeleteNewsResp, err error)
	RetrieveAdmin(ctx context.Context, Req *system.RetrieveAdminReq, callOptions ...callopt.Option) (r *system.RetrieveAdminResp, err error)
	ListAdmin(ctx context.Context, Req *system.ListAdminReq, callOptions ...callopt.Option) (r *system.ListAdminResp, err error)
	CreateAdmin(ctx context.Context, Req *system.CreateAdminReq, callOptions ...callopt.Option) (r *system.CreateAdminResp, err error)
	UpdateAdmin(ctx context.Context, Req *system.UpdateAdminReq, callOptions ...callopt.Option) (r *system.UpdateAdminResp, err error)
	DeleteAdmin(ctx context.Context, Req *system.DeleteAdminReq, callOptions ...callopt.Option) (r *system.DeleteAdminResp, err error)
	RetrieveUserRole(ctx context.Context, Req *system.RetrieveUserRoleReq, callOptions ...callopt.Option) (r *system.RetrieveUserRoleResp, err error)
	ListUserIdByRole(ctx context.Context, Req *system.ListUserIdByRoleReq, callOptions ...callopt.Option) (r *system.ListUserIdByRoleResp, err error)
	UpdateUserRole(ctx context.Context, Req *system.UpdateUserRoleReq, callOptions ...callopt.Option) (r *system.UpdateUserRoleResp, err error)
	ContainsRole(ctx context.Context, Req *system.ContainsRoleReq, callOptions ...callopt.Option) (r *system.ContainsRoleResp, err error)
	CreateApply(ctx context.Context, Req *system.CreateApplyReq, callOptions ...callopt.Option) (r *system.CreateApplyResp, err error)
	HandleApply(ctx context.Context, Req *system.HandleApplyReq, callOptions ...callopt.Option) (r *system.HandleApplyResp, err error)
	ListApply(ctx context.Context, Req *system.ListApplyReq, callOptions ...callopt.Option) (r *system.ListApplyResp, err error)
	RetrieveCommunity(ctx context.Context, Req *system.RetrieveCommunityReq, callOptions ...callopt.Option) (r *system.RetrieveCommunityResp, err error)
	ListCommunity(ctx context.Context, Req *system.ListCommunityReq, callOptions ...callopt.Option) (r *system.ListCommunityResp, err error)
	CreateCommunity(ctx context.Context, Req *system.CreateCommunityReq, callOptions ...callopt.Option) (r *system.CreateCommunityResp, err error)
	UpdateCommunity(ctx context.Context, Req *system.UpdateCommunityReq, callOptions ...callopt.Option) (r *system.UpdateCommunityResp, err error)
	DeleteCommunity(ctx context.Context, Req *system.DeleteCommunityReq, callOptions ...callopt.Option) (r *system.DeleteCommunityResp, err error)
	ListNotification(ctx context.Context, Req *system.ListNotificationReq, callOptions ...callopt.Option) (r *system.ListNotificationResp, err error)
	CleanNotification(ctx context.Context, Req *system.CleanNotificationReq, callOptions ...callopt.Option) (r *system.CleanNotificationResp, err error)
	CountNotification(ctx context.Context, Req *system.CountNotificationReq, callOptions ...callopt.Option) (r *system.CountNotificationResp, err error)
	ReadNotification(ctx context.Context, Req *system.ReadNotificationReq, callOptions ...callopt.Option) (r *system.ReadNotificationResp, err error)
	AddNotification(ctx context.Context, Req *system.AddNotificationReq, callOptions ...callopt.Option) (r *system.AddNotificationResp, err error)
	ReadRangeNotification(ctx context.Context, Req *system.ReadRangeNotificationReq, callOptions ...callopt.Option) (r *system.ReadRangeNotificationResp, err error)
}

Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.

func MustNewClient

func MustNewClient(destService string, opts ...client.Option) Client

MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.

func NewClient

func NewClient(destService string, opts ...client.Option) (Client, error)

NewClient creates a client for the service defined in IDL.

type ContainsRoleArgs

type ContainsRoleArgs struct {
	Req *system.ContainsRoleReq
}

func (*ContainsRoleArgs) FastRead

func (p *ContainsRoleArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ContainsRoleArgs) FastWrite

func (p *ContainsRoleArgs) FastWrite(buf []byte) (n int)

func (*ContainsRoleArgs) GetFirstArgument

func (p *ContainsRoleArgs) GetFirstArgument() interface{}

func (*ContainsRoleArgs) GetReq

func (*ContainsRoleArgs) IsSetReq

func (p *ContainsRoleArgs) IsSetReq() bool

func (*ContainsRoleArgs) Marshal

func (p *ContainsRoleArgs) Marshal(out []byte) ([]byte, error)

func (*ContainsRoleArgs) Size

func (p *ContainsRoleArgs) Size() (n int)

func (*ContainsRoleArgs) Unmarshal

func (p *ContainsRoleArgs) Unmarshal(in []byte) error

type ContainsRoleResult

type ContainsRoleResult struct {
	Success *system.ContainsRoleResp
}

func (*ContainsRoleResult) FastRead

func (p *ContainsRoleResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ContainsRoleResult) FastWrite

func (p *ContainsRoleResult) FastWrite(buf []byte) (n int)

func (*ContainsRoleResult) GetResult

func (p *ContainsRoleResult) GetResult() interface{}

func (*ContainsRoleResult) GetSuccess

func (p *ContainsRoleResult) GetSuccess() *system.ContainsRoleResp

func (*ContainsRoleResult) IsSetSuccess

func (p *ContainsRoleResult) IsSetSuccess() bool

func (*ContainsRoleResult) Marshal

func (p *ContainsRoleResult) Marshal(out []byte) ([]byte, error)

func (*ContainsRoleResult) SetSuccess

func (p *ContainsRoleResult) SetSuccess(x interface{})

func (*ContainsRoleResult) Size

func (p *ContainsRoleResult) Size() (n int)

func (*ContainsRoleResult) Unmarshal

func (p *ContainsRoleResult) Unmarshal(in []byte) error

type CountNotificationArgs

type CountNotificationArgs struct {
	Req *system.CountNotificationReq
}

func (*CountNotificationArgs) FastRead

func (p *CountNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CountNotificationArgs) FastWrite

func (p *CountNotificationArgs) FastWrite(buf []byte) (n int)

func (*CountNotificationArgs) GetFirstArgument

func (p *CountNotificationArgs) GetFirstArgument() interface{}

func (*CountNotificationArgs) GetReq

func (*CountNotificationArgs) IsSetReq

func (p *CountNotificationArgs) IsSetReq() bool

func (*CountNotificationArgs) Marshal

func (p *CountNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*CountNotificationArgs) Size

func (p *CountNotificationArgs) Size() (n int)

func (*CountNotificationArgs) Unmarshal

func (p *CountNotificationArgs) Unmarshal(in []byte) error

type CountNotificationResult

type CountNotificationResult struct {
	Success *system.CountNotificationResp
}

func (*CountNotificationResult) FastRead

func (p *CountNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CountNotificationResult) FastWrite

func (p *CountNotificationResult) FastWrite(buf []byte) (n int)

func (*CountNotificationResult) GetResult

func (p *CountNotificationResult) GetResult() interface{}

func (*CountNotificationResult) GetSuccess

func (*CountNotificationResult) IsSetSuccess

func (p *CountNotificationResult) IsSetSuccess() bool

func (*CountNotificationResult) Marshal

func (p *CountNotificationResult) Marshal(out []byte) ([]byte, error)

func (*CountNotificationResult) SetSuccess

func (p *CountNotificationResult) SetSuccess(x interface{})

func (*CountNotificationResult) Size

func (p *CountNotificationResult) Size() (n int)

func (*CountNotificationResult) Unmarshal

func (p *CountNotificationResult) Unmarshal(in []byte) error

type CreateAdminArgs

type CreateAdminArgs struct {
	Req *system.CreateAdminReq
}

func (*CreateAdminArgs) FastRead

func (p *CreateAdminArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateAdminArgs) FastWrite

func (p *CreateAdminArgs) FastWrite(buf []byte) (n int)

func (*CreateAdminArgs) GetFirstArgument

func (p *CreateAdminArgs) GetFirstArgument() interface{}

func (*CreateAdminArgs) GetReq

func (p *CreateAdminArgs) GetReq() *system.CreateAdminReq

func (*CreateAdminArgs) IsSetReq

func (p *CreateAdminArgs) IsSetReq() bool

func (*CreateAdminArgs) Marshal

func (p *CreateAdminArgs) Marshal(out []byte) ([]byte, error)

func (*CreateAdminArgs) Size

func (p *CreateAdminArgs) Size() (n int)

func (*CreateAdminArgs) Unmarshal

func (p *CreateAdminArgs) Unmarshal(in []byte) error

type CreateAdminResult

type CreateAdminResult struct {
	Success *system.CreateAdminResp
}

func (*CreateAdminResult) FastRead

func (p *CreateAdminResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateAdminResult) FastWrite

func (p *CreateAdminResult) FastWrite(buf []byte) (n int)

func (*CreateAdminResult) GetResult

func (p *CreateAdminResult) GetResult() interface{}

func (*CreateAdminResult) GetSuccess

func (p *CreateAdminResult) GetSuccess() *system.CreateAdminResp

func (*CreateAdminResult) IsSetSuccess

func (p *CreateAdminResult) IsSetSuccess() bool

func (*CreateAdminResult) Marshal

func (p *CreateAdminResult) Marshal(out []byte) ([]byte, error)

func (*CreateAdminResult) SetSuccess

func (p *CreateAdminResult) SetSuccess(x interface{})

func (*CreateAdminResult) Size

func (p *CreateAdminResult) Size() (n int)

func (*CreateAdminResult) Unmarshal

func (p *CreateAdminResult) Unmarshal(in []byte) error

type CreateApplyArgs

type CreateApplyArgs struct {
	Req *system.CreateApplyReq
}

func (*CreateApplyArgs) FastRead

func (p *CreateApplyArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateApplyArgs) FastWrite

func (p *CreateApplyArgs) FastWrite(buf []byte) (n int)

func (*CreateApplyArgs) GetFirstArgument

func (p *CreateApplyArgs) GetFirstArgument() interface{}

func (*CreateApplyArgs) GetReq

func (p *CreateApplyArgs) GetReq() *system.CreateApplyReq

func (*CreateApplyArgs) IsSetReq

func (p *CreateApplyArgs) IsSetReq() bool

func (*CreateApplyArgs) Marshal

func (p *CreateApplyArgs) Marshal(out []byte) ([]byte, error)

func (*CreateApplyArgs) Size

func (p *CreateApplyArgs) Size() (n int)

func (*CreateApplyArgs) Unmarshal

func (p *CreateApplyArgs) Unmarshal(in []byte) error

type CreateApplyResult

type CreateApplyResult struct {
	Success *system.CreateApplyResp
}

func (*CreateApplyResult) FastRead

func (p *CreateApplyResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateApplyResult) FastWrite

func (p *CreateApplyResult) FastWrite(buf []byte) (n int)

func (*CreateApplyResult) GetResult

func (p *CreateApplyResult) GetResult() interface{}

func (*CreateApplyResult) GetSuccess

func (p *CreateApplyResult) GetSuccess() *system.CreateApplyResp

func (*CreateApplyResult) IsSetSuccess

func (p *CreateApplyResult) IsSetSuccess() bool

func (*CreateApplyResult) Marshal

func (p *CreateApplyResult) Marshal(out []byte) ([]byte, error)

func (*CreateApplyResult) SetSuccess

func (p *CreateApplyResult) SetSuccess(x interface{})

func (*CreateApplyResult) Size

func (p *CreateApplyResult) Size() (n int)

func (*CreateApplyResult) Unmarshal

func (p *CreateApplyResult) Unmarshal(in []byte) error

type CreateCommunityArgs

type CreateCommunityArgs struct {
	Req *system.CreateCommunityReq
}

func (*CreateCommunityArgs) FastRead

func (p *CreateCommunityArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateCommunityArgs) FastWrite

func (p *CreateCommunityArgs) FastWrite(buf []byte) (n int)

func (*CreateCommunityArgs) GetFirstArgument

func (p *CreateCommunityArgs) GetFirstArgument() interface{}

func (*CreateCommunityArgs) GetReq

func (*CreateCommunityArgs) IsSetReq

func (p *CreateCommunityArgs) IsSetReq() bool

func (*CreateCommunityArgs) Marshal

func (p *CreateCommunityArgs) Marshal(out []byte) ([]byte, error)

func (*CreateCommunityArgs) Size

func (p *CreateCommunityArgs) Size() (n int)

func (*CreateCommunityArgs) Unmarshal

func (p *CreateCommunityArgs) Unmarshal(in []byte) error

type CreateCommunityResult

type CreateCommunityResult struct {
	Success *system.CreateCommunityResp
}

func (*CreateCommunityResult) FastRead

func (p *CreateCommunityResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateCommunityResult) FastWrite

func (p *CreateCommunityResult) FastWrite(buf []byte) (n int)

func (*CreateCommunityResult) GetResult

func (p *CreateCommunityResult) GetResult() interface{}

func (*CreateCommunityResult) GetSuccess

func (*CreateCommunityResult) IsSetSuccess

func (p *CreateCommunityResult) IsSetSuccess() bool

func (*CreateCommunityResult) Marshal

func (p *CreateCommunityResult) Marshal(out []byte) ([]byte, error)

func (*CreateCommunityResult) SetSuccess

func (p *CreateCommunityResult) SetSuccess(x interface{})

func (*CreateCommunityResult) Size

func (p *CreateCommunityResult) Size() (n int)

func (*CreateCommunityResult) Unmarshal

func (p *CreateCommunityResult) Unmarshal(in []byte) error

type CreateNewsArgs

type CreateNewsArgs struct {
	Req *system.CreateNewsReq
}

func (*CreateNewsArgs) FastRead

func (p *CreateNewsArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateNewsArgs) FastWrite

func (p *CreateNewsArgs) FastWrite(buf []byte) (n int)

func (*CreateNewsArgs) GetFirstArgument

func (p *CreateNewsArgs) GetFirstArgument() interface{}

func (*CreateNewsArgs) GetReq

func (p *CreateNewsArgs) GetReq() *system.CreateNewsReq

func (*CreateNewsArgs) IsSetReq

func (p *CreateNewsArgs) IsSetReq() bool

func (*CreateNewsArgs) Marshal

func (p *CreateNewsArgs) Marshal(out []byte) ([]byte, error)

func (*CreateNewsArgs) Size

func (p *CreateNewsArgs) Size() (n int)

func (*CreateNewsArgs) Unmarshal

func (p *CreateNewsArgs) Unmarshal(in []byte) error

type CreateNewsResult

type CreateNewsResult struct {
	Success *system.CreateNewsResp
}

func (*CreateNewsResult) FastRead

func (p *CreateNewsResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateNewsResult) FastWrite

func (p *CreateNewsResult) FastWrite(buf []byte) (n int)

func (*CreateNewsResult) GetResult

func (p *CreateNewsResult) GetResult() interface{}

func (*CreateNewsResult) GetSuccess

func (p *CreateNewsResult) GetSuccess() *system.CreateNewsResp

func (*CreateNewsResult) IsSetSuccess

func (p *CreateNewsResult) IsSetSuccess() bool

func (*CreateNewsResult) Marshal

func (p *CreateNewsResult) Marshal(out []byte) ([]byte, error)

func (*CreateNewsResult) SetSuccess

func (p *CreateNewsResult) SetSuccess(x interface{})

func (*CreateNewsResult) Size

func (p *CreateNewsResult) Size() (n int)

func (*CreateNewsResult) Unmarshal

func (p *CreateNewsResult) Unmarshal(in []byte) error

type CreateNoticeArgs

type CreateNoticeArgs struct {
	Req *system.CreateNoticeReq
}

func (*CreateNoticeArgs) FastRead

func (p *CreateNoticeArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateNoticeArgs) FastWrite

func (p *CreateNoticeArgs) FastWrite(buf []byte) (n int)

func (*CreateNoticeArgs) GetFirstArgument

func (p *CreateNoticeArgs) GetFirstArgument() interface{}

func (*CreateNoticeArgs) GetReq

func (*CreateNoticeArgs) IsSetReq

func (p *CreateNoticeArgs) IsSetReq() bool

func (*CreateNoticeArgs) Marshal

func (p *CreateNoticeArgs) Marshal(out []byte) ([]byte, error)

func (*CreateNoticeArgs) Size

func (p *CreateNoticeArgs) Size() (n int)

func (*CreateNoticeArgs) Unmarshal

func (p *CreateNoticeArgs) Unmarshal(in []byte) error

type CreateNoticeResult

type CreateNoticeResult struct {
	Success *system.CreateNoticeResp
}

func (*CreateNoticeResult) FastRead

func (p *CreateNoticeResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateNoticeResult) FastWrite

func (p *CreateNoticeResult) FastWrite(buf []byte) (n int)

func (*CreateNoticeResult) GetResult

func (p *CreateNoticeResult) GetResult() interface{}

func (*CreateNoticeResult) GetSuccess

func (p *CreateNoticeResult) GetSuccess() *system.CreateNoticeResp

func (*CreateNoticeResult) IsSetSuccess

func (p *CreateNoticeResult) IsSetSuccess() bool

func (*CreateNoticeResult) Marshal

func (p *CreateNoticeResult) Marshal(out []byte) ([]byte, error)

func (*CreateNoticeResult) SetSuccess

func (p *CreateNoticeResult) SetSuccess(x interface{})

func (*CreateNoticeResult) Size

func (p *CreateNoticeResult) Size() (n int)

func (*CreateNoticeResult) Unmarshal

func (p *CreateNoticeResult) Unmarshal(in []byte) error

type DeleteAdminArgs

type DeleteAdminArgs struct {
	Req *system.DeleteAdminReq
}

func (*DeleteAdminArgs) FastRead

func (p *DeleteAdminArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteAdminArgs) FastWrite

func (p *DeleteAdminArgs) FastWrite(buf []byte) (n int)

func (*DeleteAdminArgs) GetFirstArgument

func (p *DeleteAdminArgs) GetFirstArgument() interface{}

func (*DeleteAdminArgs) GetReq

func (p *DeleteAdminArgs) GetReq() *system.DeleteAdminReq

func (*DeleteAdminArgs) IsSetReq

func (p *DeleteAdminArgs) IsSetReq() bool

func (*DeleteAdminArgs) Marshal

func (p *DeleteAdminArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteAdminArgs) Size

func (p *DeleteAdminArgs) Size() (n int)

func (*DeleteAdminArgs) Unmarshal

func (p *DeleteAdminArgs) Unmarshal(in []byte) error

type DeleteAdminResult

type DeleteAdminResult struct {
	Success *system.DeleteAdminResp
}

func (*DeleteAdminResult) FastRead

func (p *DeleteAdminResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteAdminResult) FastWrite

func (p *DeleteAdminResult) FastWrite(buf []byte) (n int)

func (*DeleteAdminResult) GetResult

func (p *DeleteAdminResult) GetResult() interface{}

func (*DeleteAdminResult) GetSuccess

func (p *DeleteAdminResult) GetSuccess() *system.DeleteAdminResp

func (*DeleteAdminResult) IsSetSuccess

func (p *DeleteAdminResult) IsSetSuccess() bool

func (*DeleteAdminResult) Marshal

func (p *DeleteAdminResult) Marshal(out []byte) ([]byte, error)

func (*DeleteAdminResult) SetSuccess

func (p *DeleteAdminResult) SetSuccess(x interface{})

func (*DeleteAdminResult) Size

func (p *DeleteAdminResult) Size() (n int)

func (*DeleteAdminResult) Unmarshal

func (p *DeleteAdminResult) Unmarshal(in []byte) error

type DeleteCommunityArgs

type DeleteCommunityArgs struct {
	Req *system.DeleteCommunityReq
}

func (*DeleteCommunityArgs) FastRead

func (p *DeleteCommunityArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteCommunityArgs) FastWrite

func (p *DeleteCommunityArgs) FastWrite(buf []byte) (n int)

func (*DeleteCommunityArgs) GetFirstArgument

func (p *DeleteCommunityArgs) GetFirstArgument() interface{}

func (*DeleteCommunityArgs) GetReq

func (*DeleteCommunityArgs) IsSetReq

func (p *DeleteCommunityArgs) IsSetReq() bool

func (*DeleteCommunityArgs) Marshal

func (p *DeleteCommunityArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteCommunityArgs) Size

func (p *DeleteCommunityArgs) Size() (n int)

func (*DeleteCommunityArgs) Unmarshal

func (p *DeleteCommunityArgs) Unmarshal(in []byte) error

type DeleteCommunityResult

type DeleteCommunityResult struct {
	Success *system.DeleteCommunityResp
}

func (*DeleteCommunityResult) FastRead

func (p *DeleteCommunityResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteCommunityResult) FastWrite

func (p *DeleteCommunityResult) FastWrite(buf []byte) (n int)

func (*DeleteCommunityResult) GetResult

func (p *DeleteCommunityResult) GetResult() interface{}

func (*DeleteCommunityResult) GetSuccess

func (*DeleteCommunityResult) IsSetSuccess

func (p *DeleteCommunityResult) IsSetSuccess() bool

func (*DeleteCommunityResult) Marshal

func (p *DeleteCommunityResult) Marshal(out []byte) ([]byte, error)

func (*DeleteCommunityResult) SetSuccess

func (p *DeleteCommunityResult) SetSuccess(x interface{})

func (*DeleteCommunityResult) Size

func (p *DeleteCommunityResult) Size() (n int)

func (*DeleteCommunityResult) Unmarshal

func (p *DeleteCommunityResult) Unmarshal(in []byte) error

type DeleteNewsArgs

type DeleteNewsArgs struct {
	Req *system.DeleteNewsReq
}

func (*DeleteNewsArgs) FastRead

func (p *DeleteNewsArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteNewsArgs) FastWrite

func (p *DeleteNewsArgs) FastWrite(buf []byte) (n int)

func (*DeleteNewsArgs) GetFirstArgument

func (p *DeleteNewsArgs) GetFirstArgument() interface{}

func (*DeleteNewsArgs) GetReq

func (p *DeleteNewsArgs) GetReq() *system.DeleteNewsReq

func (*DeleteNewsArgs) IsSetReq

func (p *DeleteNewsArgs) IsSetReq() bool

func (*DeleteNewsArgs) Marshal

func (p *DeleteNewsArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteNewsArgs) Size

func (p *DeleteNewsArgs) Size() (n int)

func (*DeleteNewsArgs) Unmarshal

func (p *DeleteNewsArgs) Unmarshal(in []byte) error

type DeleteNewsResult

type DeleteNewsResult struct {
	Success *system.DeleteNewsResp
}

func (*DeleteNewsResult) FastRead

func (p *DeleteNewsResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteNewsResult) FastWrite

func (p *DeleteNewsResult) FastWrite(buf []byte) (n int)

func (*DeleteNewsResult) GetResult

func (p *DeleteNewsResult) GetResult() interface{}

func (*DeleteNewsResult) GetSuccess

func (p *DeleteNewsResult) GetSuccess() *system.DeleteNewsResp

func (*DeleteNewsResult) IsSetSuccess

func (p *DeleteNewsResult) IsSetSuccess() bool

func (*DeleteNewsResult) Marshal

func (p *DeleteNewsResult) Marshal(out []byte) ([]byte, error)

func (*DeleteNewsResult) SetSuccess

func (p *DeleteNewsResult) SetSuccess(x interface{})

func (*DeleteNewsResult) Size

func (p *DeleteNewsResult) Size() (n int)

func (*DeleteNewsResult) Unmarshal

func (p *DeleteNewsResult) Unmarshal(in []byte) error

type DeleteNoticeArgs

type DeleteNoticeArgs struct {
	Req *system.DeleteNoticeReq
}

func (*DeleteNoticeArgs) FastRead

func (p *DeleteNoticeArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteNoticeArgs) FastWrite

func (p *DeleteNoticeArgs) FastWrite(buf []byte) (n int)

func (*DeleteNoticeArgs) GetFirstArgument

func (p *DeleteNoticeArgs) GetFirstArgument() interface{}

func (*DeleteNoticeArgs) GetReq

func (*DeleteNoticeArgs) IsSetReq

func (p *DeleteNoticeArgs) IsSetReq() bool

func (*DeleteNoticeArgs) Marshal

func (p *DeleteNoticeArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteNoticeArgs) Size

func (p *DeleteNoticeArgs) Size() (n int)

func (*DeleteNoticeArgs) Unmarshal

func (p *DeleteNoticeArgs) Unmarshal(in []byte) error

type DeleteNoticeResult

type DeleteNoticeResult struct {
	Success *system.DeleteNoticeResp
}

func (*DeleteNoticeResult) FastRead

func (p *DeleteNoticeResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteNoticeResult) FastWrite

func (p *DeleteNoticeResult) FastWrite(buf []byte) (n int)

func (*DeleteNoticeResult) GetResult

func (p *DeleteNoticeResult) GetResult() interface{}

func (*DeleteNoticeResult) GetSuccess

func (p *DeleteNoticeResult) GetSuccess() *system.DeleteNoticeResp

func (*DeleteNoticeResult) IsSetSuccess

func (p *DeleteNoticeResult) IsSetSuccess() bool

func (*DeleteNoticeResult) Marshal

func (p *DeleteNoticeResult) Marshal(out []byte) ([]byte, error)

func (*DeleteNoticeResult) SetSuccess

func (p *DeleteNoticeResult) SetSuccess(x interface{})

func (*DeleteNoticeResult) Size

func (p *DeleteNoticeResult) Size() (n int)

func (*DeleteNoticeResult) Unmarshal

func (p *DeleteNoticeResult) Unmarshal(in []byte) error

type HandleApplyArgs

type HandleApplyArgs struct {
	Req *system.HandleApplyReq
}

func (*HandleApplyArgs) FastRead

func (p *HandleApplyArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*HandleApplyArgs) FastWrite

func (p *HandleApplyArgs) FastWrite(buf []byte) (n int)

func (*HandleApplyArgs) GetFirstArgument

func (p *HandleApplyArgs) GetFirstArgument() interface{}

func (*HandleApplyArgs) GetReq

func (p *HandleApplyArgs) GetReq() *system.HandleApplyReq

func (*HandleApplyArgs) IsSetReq

func (p *HandleApplyArgs) IsSetReq() bool

func (*HandleApplyArgs) Marshal

func (p *HandleApplyArgs) Marshal(out []byte) ([]byte, error)

func (*HandleApplyArgs) Size

func (p *HandleApplyArgs) Size() (n int)

func (*HandleApplyArgs) Unmarshal

func (p *HandleApplyArgs) Unmarshal(in []byte) error

type HandleApplyResult

type HandleApplyResult struct {
	Success *system.HandleApplyResp
}

func (*HandleApplyResult) FastRead

func (p *HandleApplyResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*HandleApplyResult) FastWrite

func (p *HandleApplyResult) FastWrite(buf []byte) (n int)

func (*HandleApplyResult) GetResult

func (p *HandleApplyResult) GetResult() interface{}

func (*HandleApplyResult) GetSuccess

func (p *HandleApplyResult) GetSuccess() *system.HandleApplyResp

func (*HandleApplyResult) IsSetSuccess

func (p *HandleApplyResult) IsSetSuccess() bool

func (*HandleApplyResult) Marshal

func (p *HandleApplyResult) Marshal(out []byte) ([]byte, error)

func (*HandleApplyResult) SetSuccess

func (p *HandleApplyResult) SetSuccess(x interface{})

func (*HandleApplyResult) Size

func (p *HandleApplyResult) Size() (n int)

func (*HandleApplyResult) Unmarshal

func (p *HandleApplyResult) Unmarshal(in []byte) error

type ListAdminArgs

type ListAdminArgs struct {
	Req *system.ListAdminReq
}

func (*ListAdminArgs) FastRead

func (p *ListAdminArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListAdminArgs) FastWrite

func (p *ListAdminArgs) FastWrite(buf []byte) (n int)

func (*ListAdminArgs) GetFirstArgument

func (p *ListAdminArgs) GetFirstArgument() interface{}

func (*ListAdminArgs) GetReq

func (p *ListAdminArgs) GetReq() *system.ListAdminReq

func (*ListAdminArgs) IsSetReq

func (p *ListAdminArgs) IsSetReq() bool

func (*ListAdminArgs) Marshal

func (p *ListAdminArgs) Marshal(out []byte) ([]byte, error)

func (*ListAdminArgs) Size

func (p *ListAdminArgs) Size() (n int)

func (*ListAdminArgs) Unmarshal

func (p *ListAdminArgs) Unmarshal(in []byte) error

type ListAdminResult

type ListAdminResult struct {
	Success *system.ListAdminResp
}

func (*ListAdminResult) FastRead

func (p *ListAdminResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListAdminResult) FastWrite

func (p *ListAdminResult) FastWrite(buf []byte) (n int)

func (*ListAdminResult) GetResult

func (p *ListAdminResult) GetResult() interface{}

func (*ListAdminResult) GetSuccess

func (p *ListAdminResult) GetSuccess() *system.ListAdminResp

func (*ListAdminResult) IsSetSuccess

func (p *ListAdminResult) IsSetSuccess() bool

func (*ListAdminResult) Marshal

func (p *ListAdminResult) Marshal(out []byte) ([]byte, error)

func (*ListAdminResult) SetSuccess

func (p *ListAdminResult) SetSuccess(x interface{})

func (*ListAdminResult) Size

func (p *ListAdminResult) Size() (n int)

func (*ListAdminResult) Unmarshal

func (p *ListAdminResult) Unmarshal(in []byte) error

type ListApplyArgs

type ListApplyArgs struct {
	Req *system.ListApplyReq
}

func (*ListApplyArgs) FastRead

func (p *ListApplyArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListApplyArgs) FastWrite

func (p *ListApplyArgs) FastWrite(buf []byte) (n int)

func (*ListApplyArgs) GetFirstArgument

func (p *ListApplyArgs) GetFirstArgument() interface{}

func (*ListApplyArgs) GetReq

func (p *ListApplyArgs) GetReq() *system.ListApplyReq

func (*ListApplyArgs) IsSetReq

func (p *ListApplyArgs) IsSetReq() bool

func (*ListApplyArgs) Marshal

func (p *ListApplyArgs) Marshal(out []byte) ([]byte, error)

func (*ListApplyArgs) Size

func (p *ListApplyArgs) Size() (n int)

func (*ListApplyArgs) Unmarshal

func (p *ListApplyArgs) Unmarshal(in []byte) error

type ListApplyResult

type ListApplyResult struct {
	Success *system.ListApplyResp
}

func (*ListApplyResult) FastRead

func (p *ListApplyResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListApplyResult) FastWrite

func (p *ListApplyResult) FastWrite(buf []byte) (n int)

func (*ListApplyResult) GetResult

func (p *ListApplyResult) GetResult() interface{}

func (*ListApplyResult) GetSuccess

func (p *ListApplyResult) GetSuccess() *system.ListApplyResp

func (*ListApplyResult) IsSetSuccess

func (p *ListApplyResult) IsSetSuccess() bool

func (*ListApplyResult) Marshal

func (p *ListApplyResult) Marshal(out []byte) ([]byte, error)

func (*ListApplyResult) SetSuccess

func (p *ListApplyResult) SetSuccess(x interface{})

func (*ListApplyResult) Size

func (p *ListApplyResult) Size() (n int)

func (*ListApplyResult) Unmarshal

func (p *ListApplyResult) Unmarshal(in []byte) error

type ListCommunityArgs

type ListCommunityArgs struct {
	Req *system.ListCommunityReq
}

func (*ListCommunityArgs) FastRead

func (p *ListCommunityArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListCommunityArgs) FastWrite

func (p *ListCommunityArgs) FastWrite(buf []byte) (n int)

func (*ListCommunityArgs) GetFirstArgument

func (p *ListCommunityArgs) GetFirstArgument() interface{}

func (*ListCommunityArgs) GetReq

func (*ListCommunityArgs) IsSetReq

func (p *ListCommunityArgs) IsSetReq() bool

func (*ListCommunityArgs) Marshal

func (p *ListCommunityArgs) Marshal(out []byte) ([]byte, error)

func (*ListCommunityArgs) Size

func (p *ListCommunityArgs) Size() (n int)

func (*ListCommunityArgs) Unmarshal

func (p *ListCommunityArgs) Unmarshal(in []byte) error

type ListCommunityResult

type ListCommunityResult struct {
	Success *system.ListCommunityResp
}

func (*ListCommunityResult) FastRead

func (p *ListCommunityResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListCommunityResult) FastWrite

func (p *ListCommunityResult) FastWrite(buf []byte) (n int)

func (*ListCommunityResult) GetResult

func (p *ListCommunityResult) GetResult() interface{}

func (*ListCommunityResult) GetSuccess

func (p *ListCommunityResult) GetSuccess() *system.ListCommunityResp

func (*ListCommunityResult) IsSetSuccess

func (p *ListCommunityResult) IsSetSuccess() bool

func (*ListCommunityResult) Marshal

func (p *ListCommunityResult) Marshal(out []byte) ([]byte, error)

func (*ListCommunityResult) SetSuccess

func (p *ListCommunityResult) SetSuccess(x interface{})

func (*ListCommunityResult) Size

func (p *ListCommunityResult) Size() (n int)

func (*ListCommunityResult) Unmarshal

func (p *ListCommunityResult) Unmarshal(in []byte) error

type ListNewsArgs

type ListNewsArgs struct {
	Req *system.ListNewsReq
}

func (*ListNewsArgs) FastRead

func (p *ListNewsArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNewsArgs) FastWrite

func (p *ListNewsArgs) FastWrite(buf []byte) (n int)

func (*ListNewsArgs) GetFirstArgument

func (p *ListNewsArgs) GetFirstArgument() interface{}

func (*ListNewsArgs) GetReq

func (p *ListNewsArgs) GetReq() *system.ListNewsReq

func (*ListNewsArgs) IsSetReq

func (p *ListNewsArgs) IsSetReq() bool

func (*ListNewsArgs) Marshal

func (p *ListNewsArgs) Marshal(out []byte) ([]byte, error)

func (*ListNewsArgs) Size

func (p *ListNewsArgs) Size() (n int)

func (*ListNewsArgs) Unmarshal

func (p *ListNewsArgs) Unmarshal(in []byte) error

type ListNewsResult

type ListNewsResult struct {
	Success *system.ListNewsResp
}

func (*ListNewsResult) FastRead

func (p *ListNewsResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNewsResult) FastWrite

func (p *ListNewsResult) FastWrite(buf []byte) (n int)

func (*ListNewsResult) GetResult

func (p *ListNewsResult) GetResult() interface{}

func (*ListNewsResult) GetSuccess

func (p *ListNewsResult) GetSuccess() *system.ListNewsResp

func (*ListNewsResult) IsSetSuccess

func (p *ListNewsResult) IsSetSuccess() bool

func (*ListNewsResult) Marshal

func (p *ListNewsResult) Marshal(out []byte) ([]byte, error)

func (*ListNewsResult) SetSuccess

func (p *ListNewsResult) SetSuccess(x interface{})

func (*ListNewsResult) Size

func (p *ListNewsResult) Size() (n int)

func (*ListNewsResult) Unmarshal

func (p *ListNewsResult) Unmarshal(in []byte) error

type ListNoticeArgs

type ListNoticeArgs struct {
	Req *system.ListNoticeReq
}

func (*ListNoticeArgs) FastRead

func (p *ListNoticeArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNoticeArgs) FastWrite

func (p *ListNoticeArgs) FastWrite(buf []byte) (n int)

func (*ListNoticeArgs) GetFirstArgument

func (p *ListNoticeArgs) GetFirstArgument() interface{}

func (*ListNoticeArgs) GetReq

func (p *ListNoticeArgs) GetReq() *system.ListNoticeReq

func (*ListNoticeArgs) IsSetReq

func (p *ListNoticeArgs) IsSetReq() bool

func (*ListNoticeArgs) Marshal

func (p *ListNoticeArgs) Marshal(out []byte) ([]byte, error)

func (*ListNoticeArgs) Size

func (p *ListNoticeArgs) Size() (n int)

func (*ListNoticeArgs) Unmarshal

func (p *ListNoticeArgs) Unmarshal(in []byte) error

type ListNoticeResult

type ListNoticeResult struct {
	Success *system.ListNoticeResp
}

func (*ListNoticeResult) FastRead

func (p *ListNoticeResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNoticeResult) FastWrite

func (p *ListNoticeResult) FastWrite(buf []byte) (n int)

func (*ListNoticeResult) GetResult

func (p *ListNoticeResult) GetResult() interface{}

func (*ListNoticeResult) GetSuccess

func (p *ListNoticeResult) GetSuccess() *system.ListNoticeResp

func (*ListNoticeResult) IsSetSuccess

func (p *ListNoticeResult) IsSetSuccess() bool

func (*ListNoticeResult) Marshal

func (p *ListNoticeResult) Marshal(out []byte) ([]byte, error)

func (*ListNoticeResult) SetSuccess

func (p *ListNoticeResult) SetSuccess(x interface{})

func (*ListNoticeResult) Size

func (p *ListNoticeResult) Size() (n int)

func (*ListNoticeResult) Unmarshal

func (p *ListNoticeResult) Unmarshal(in []byte) error

type ListNotificationArgs

type ListNotificationArgs struct {
	Req *system.ListNotificationReq
}

func (*ListNotificationArgs) FastRead

func (p *ListNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNotificationArgs) FastWrite

func (p *ListNotificationArgs) FastWrite(buf []byte) (n int)

func (*ListNotificationArgs) GetFirstArgument

func (p *ListNotificationArgs) GetFirstArgument() interface{}

func (*ListNotificationArgs) GetReq

func (*ListNotificationArgs) IsSetReq

func (p *ListNotificationArgs) IsSetReq() bool

func (*ListNotificationArgs) Marshal

func (p *ListNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*ListNotificationArgs) Size

func (p *ListNotificationArgs) Size() (n int)

func (*ListNotificationArgs) Unmarshal

func (p *ListNotificationArgs) Unmarshal(in []byte) error

type ListNotificationResult

type ListNotificationResult struct {
	Success *system.ListNotificationResp
}

func (*ListNotificationResult) FastRead

func (p *ListNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListNotificationResult) FastWrite

func (p *ListNotificationResult) FastWrite(buf []byte) (n int)

func (*ListNotificationResult) GetResult

func (p *ListNotificationResult) GetResult() interface{}

func (*ListNotificationResult) GetSuccess

func (*ListNotificationResult) IsSetSuccess

func (p *ListNotificationResult) IsSetSuccess() bool

func (*ListNotificationResult) Marshal

func (p *ListNotificationResult) Marshal(out []byte) ([]byte, error)

func (*ListNotificationResult) SetSuccess

func (p *ListNotificationResult) SetSuccess(x interface{})

func (*ListNotificationResult) Size

func (p *ListNotificationResult) Size() (n int)

func (*ListNotificationResult) Unmarshal

func (p *ListNotificationResult) Unmarshal(in []byte) error

type ListUserIdByRoleArgs

type ListUserIdByRoleArgs struct {
	Req *system.ListUserIdByRoleReq
}

func (*ListUserIdByRoleArgs) FastRead

func (p *ListUserIdByRoleArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListUserIdByRoleArgs) FastWrite

func (p *ListUserIdByRoleArgs) FastWrite(buf []byte) (n int)

func (*ListUserIdByRoleArgs) GetFirstArgument

func (p *ListUserIdByRoleArgs) GetFirstArgument() interface{}

func (*ListUserIdByRoleArgs) GetReq

func (*ListUserIdByRoleArgs) IsSetReq

func (p *ListUserIdByRoleArgs) IsSetReq() bool

func (*ListUserIdByRoleArgs) Marshal

func (p *ListUserIdByRoleArgs) Marshal(out []byte) ([]byte, error)

func (*ListUserIdByRoleArgs) Size

func (p *ListUserIdByRoleArgs) Size() (n int)

func (*ListUserIdByRoleArgs) Unmarshal

func (p *ListUserIdByRoleArgs) Unmarshal(in []byte) error

type ListUserIdByRoleResult

type ListUserIdByRoleResult struct {
	Success *system.ListUserIdByRoleResp
}

func (*ListUserIdByRoleResult) FastRead

func (p *ListUserIdByRoleResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ListUserIdByRoleResult) FastWrite

func (p *ListUserIdByRoleResult) FastWrite(buf []byte) (n int)

func (*ListUserIdByRoleResult) GetResult

func (p *ListUserIdByRoleResult) GetResult() interface{}

func (*ListUserIdByRoleResult) GetSuccess

func (*ListUserIdByRoleResult) IsSetSuccess

func (p *ListUserIdByRoleResult) IsSetSuccess() bool

func (*ListUserIdByRoleResult) Marshal

func (p *ListUserIdByRoleResult) Marshal(out []byte) ([]byte, error)

func (*ListUserIdByRoleResult) SetSuccess

func (p *ListUserIdByRoleResult) SetSuccess(x interface{})

func (*ListUserIdByRoleResult) Size

func (p *ListUserIdByRoleResult) Size() (n int)

func (*ListUserIdByRoleResult) Unmarshal

func (p *ListUserIdByRoleResult) Unmarshal(in []byte) error

type ReadNotificationArgs

type ReadNotificationArgs struct {
	Req *system.ReadNotificationReq
}

func (*ReadNotificationArgs) FastRead

func (p *ReadNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ReadNotificationArgs) FastWrite

func (p *ReadNotificationArgs) FastWrite(buf []byte) (n int)

func (*ReadNotificationArgs) GetFirstArgument

func (p *ReadNotificationArgs) GetFirstArgument() interface{}

func (*ReadNotificationArgs) GetReq

func (*ReadNotificationArgs) IsSetReq

func (p *ReadNotificationArgs) IsSetReq() bool

func (*ReadNotificationArgs) Marshal

func (p *ReadNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*ReadNotificationArgs) Size

func (p *ReadNotificationArgs) Size() (n int)

func (*ReadNotificationArgs) Unmarshal

func (p *ReadNotificationArgs) Unmarshal(in []byte) error

type ReadNotificationResult

type ReadNotificationResult struct {
	Success *system.ReadNotificationResp
}

func (*ReadNotificationResult) FastRead

func (p *ReadNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ReadNotificationResult) FastWrite

func (p *ReadNotificationResult) FastWrite(buf []byte) (n int)

func (*ReadNotificationResult) GetResult

func (p *ReadNotificationResult) GetResult() interface{}

func (*ReadNotificationResult) GetSuccess

func (*ReadNotificationResult) IsSetSuccess

func (p *ReadNotificationResult) IsSetSuccess() bool

func (*ReadNotificationResult) Marshal

func (p *ReadNotificationResult) Marshal(out []byte) ([]byte, error)

func (*ReadNotificationResult) SetSuccess

func (p *ReadNotificationResult) SetSuccess(x interface{})

func (*ReadNotificationResult) Size

func (p *ReadNotificationResult) Size() (n int)

func (*ReadNotificationResult) Unmarshal

func (p *ReadNotificationResult) Unmarshal(in []byte) error

type ReadRangeNotificationArgs

type ReadRangeNotificationArgs struct {
	Req *system.ReadRangeNotificationReq
}

func (*ReadRangeNotificationArgs) FastRead

func (p *ReadRangeNotificationArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ReadRangeNotificationArgs) FastWrite

func (p *ReadRangeNotificationArgs) FastWrite(buf []byte) (n int)

func (*ReadRangeNotificationArgs) GetFirstArgument

func (p *ReadRangeNotificationArgs) GetFirstArgument() interface{}

func (*ReadRangeNotificationArgs) GetReq

func (*ReadRangeNotificationArgs) IsSetReq

func (p *ReadRangeNotificationArgs) IsSetReq() bool

func (*ReadRangeNotificationArgs) Marshal

func (p *ReadRangeNotificationArgs) Marshal(out []byte) ([]byte, error)

func (*ReadRangeNotificationArgs) Size

func (p *ReadRangeNotificationArgs) Size() (n int)

func (*ReadRangeNotificationArgs) Unmarshal

func (p *ReadRangeNotificationArgs) Unmarshal(in []byte) error

type ReadRangeNotificationResult

type ReadRangeNotificationResult struct {
	Success *system.ReadRangeNotificationResp
}

func (*ReadRangeNotificationResult) FastRead

func (p *ReadRangeNotificationResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*ReadRangeNotificationResult) FastWrite

func (p *ReadRangeNotificationResult) FastWrite(buf []byte) (n int)

func (*ReadRangeNotificationResult) GetResult

func (p *ReadRangeNotificationResult) GetResult() interface{}

func (*ReadRangeNotificationResult) GetSuccess

func (*ReadRangeNotificationResult) IsSetSuccess

func (p *ReadRangeNotificationResult) IsSetSuccess() bool

func (*ReadRangeNotificationResult) Marshal

func (p *ReadRangeNotificationResult) Marshal(out []byte) ([]byte, error)

func (*ReadRangeNotificationResult) SetSuccess

func (p *ReadRangeNotificationResult) SetSuccess(x interface{})

func (*ReadRangeNotificationResult) Size

func (p *ReadRangeNotificationResult) Size() (n int)

func (*ReadRangeNotificationResult) Unmarshal

func (p *ReadRangeNotificationResult) Unmarshal(in []byte) error

type RetrieveAdminArgs

type RetrieveAdminArgs struct {
	Req *system.RetrieveAdminReq
}

func (*RetrieveAdminArgs) FastRead

func (p *RetrieveAdminArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveAdminArgs) FastWrite

func (p *RetrieveAdminArgs) FastWrite(buf []byte) (n int)

func (*RetrieveAdminArgs) GetFirstArgument

func (p *RetrieveAdminArgs) GetFirstArgument() interface{}

func (*RetrieveAdminArgs) GetReq

func (*RetrieveAdminArgs) IsSetReq

func (p *RetrieveAdminArgs) IsSetReq() bool

func (*RetrieveAdminArgs) Marshal

func (p *RetrieveAdminArgs) Marshal(out []byte) ([]byte, error)

func (*RetrieveAdminArgs) Size

func (p *RetrieveAdminArgs) Size() (n int)

func (*RetrieveAdminArgs) Unmarshal

func (p *RetrieveAdminArgs) Unmarshal(in []byte) error

type RetrieveAdminResult

type RetrieveAdminResult struct {
	Success *system.RetrieveAdminResp
}

func (*RetrieveAdminResult) FastRead

func (p *RetrieveAdminResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveAdminResult) FastWrite

func (p *RetrieveAdminResult) FastWrite(buf []byte) (n int)

func (*RetrieveAdminResult) GetResult

func (p *RetrieveAdminResult) GetResult() interface{}

func (*RetrieveAdminResult) GetSuccess

func (p *RetrieveAdminResult) GetSuccess() *system.RetrieveAdminResp

func (*RetrieveAdminResult) IsSetSuccess

func (p *RetrieveAdminResult) IsSetSuccess() bool

func (*RetrieveAdminResult) Marshal

func (p *RetrieveAdminResult) Marshal(out []byte) ([]byte, error)

func (*RetrieveAdminResult) SetSuccess

func (p *RetrieveAdminResult) SetSuccess(x interface{})

func (*RetrieveAdminResult) Size

func (p *RetrieveAdminResult) Size() (n int)

func (*RetrieveAdminResult) Unmarshal

func (p *RetrieveAdminResult) Unmarshal(in []byte) error

type RetrieveCommunityArgs

type RetrieveCommunityArgs struct {
	Req *system.RetrieveCommunityReq
}

func (*RetrieveCommunityArgs) FastRead

func (p *RetrieveCommunityArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveCommunityArgs) FastWrite

func (p *RetrieveCommunityArgs) FastWrite(buf []byte) (n int)

func (*RetrieveCommunityArgs) GetFirstArgument

func (p *RetrieveCommunityArgs) GetFirstArgument() interface{}

func (*RetrieveCommunityArgs) GetReq

func (*RetrieveCommunityArgs) IsSetReq

func (p *RetrieveCommunityArgs) IsSetReq() bool

func (*RetrieveCommunityArgs) Marshal

func (p *RetrieveCommunityArgs) Marshal(out []byte) ([]byte, error)

func (*RetrieveCommunityArgs) Size

func (p *RetrieveCommunityArgs) Size() (n int)

func (*RetrieveCommunityArgs) Unmarshal

func (p *RetrieveCommunityArgs) Unmarshal(in []byte) error

type RetrieveCommunityResult

type RetrieveCommunityResult struct {
	Success *system.RetrieveCommunityResp
}

func (*RetrieveCommunityResult) FastRead

func (p *RetrieveCommunityResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveCommunityResult) FastWrite

func (p *RetrieveCommunityResult) FastWrite(buf []byte) (n int)

func (*RetrieveCommunityResult) GetResult

func (p *RetrieveCommunityResult) GetResult() interface{}

func (*RetrieveCommunityResult) GetSuccess

func (*RetrieveCommunityResult) IsSetSuccess

func (p *RetrieveCommunityResult) IsSetSuccess() bool

func (*RetrieveCommunityResult) Marshal

func (p *RetrieveCommunityResult) Marshal(out []byte) ([]byte, error)

func (*RetrieveCommunityResult) SetSuccess

func (p *RetrieveCommunityResult) SetSuccess(x interface{})

func (*RetrieveCommunityResult) Size

func (p *RetrieveCommunityResult) Size() (n int)

func (*RetrieveCommunityResult) Unmarshal

func (p *RetrieveCommunityResult) Unmarshal(in []byte) error

type RetrieveNewsArgs

type RetrieveNewsArgs struct {
	Req *system.RetrieveNewsReq
}

func (*RetrieveNewsArgs) FastRead

func (p *RetrieveNewsArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveNewsArgs) FastWrite

func (p *RetrieveNewsArgs) FastWrite(buf []byte) (n int)

func (*RetrieveNewsArgs) GetFirstArgument

func (p *RetrieveNewsArgs) GetFirstArgument() interface{}

func (*RetrieveNewsArgs) GetReq

func (*RetrieveNewsArgs) IsSetReq

func (p *RetrieveNewsArgs) IsSetReq() bool

func (*RetrieveNewsArgs) Marshal

func (p *RetrieveNewsArgs) Marshal(out []byte) ([]byte, error)

func (*RetrieveNewsArgs) Size

func (p *RetrieveNewsArgs) Size() (n int)

func (*RetrieveNewsArgs) Unmarshal

func (p *RetrieveNewsArgs) Unmarshal(in []byte) error

type RetrieveNewsResult

type RetrieveNewsResult struct {
	Success *system.RetrieveNewsResp
}

func (*RetrieveNewsResult) FastRead

func (p *RetrieveNewsResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveNewsResult) FastWrite

func (p *RetrieveNewsResult) FastWrite(buf []byte) (n int)

func (*RetrieveNewsResult) GetResult

func (p *RetrieveNewsResult) GetResult() interface{}

func (*RetrieveNewsResult) GetSuccess

func (p *RetrieveNewsResult) GetSuccess() *system.RetrieveNewsResp

func (*RetrieveNewsResult) IsSetSuccess

func (p *RetrieveNewsResult) IsSetSuccess() bool

func (*RetrieveNewsResult) Marshal

func (p *RetrieveNewsResult) Marshal(out []byte) ([]byte, error)

func (*RetrieveNewsResult) SetSuccess

func (p *RetrieveNewsResult) SetSuccess(x interface{})

func (*RetrieveNewsResult) Size

func (p *RetrieveNewsResult) Size() (n int)

func (*RetrieveNewsResult) Unmarshal

func (p *RetrieveNewsResult) Unmarshal(in []byte) error

type RetrieveNoticeArgs

type RetrieveNoticeArgs struct {
	Req *system.RetrieveNoticeReq
}

func (*RetrieveNoticeArgs) FastRead

func (p *RetrieveNoticeArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveNoticeArgs) FastWrite

func (p *RetrieveNoticeArgs) FastWrite(buf []byte) (n int)

func (*RetrieveNoticeArgs) GetFirstArgument

func (p *RetrieveNoticeArgs) GetFirstArgument() interface{}

func (*RetrieveNoticeArgs) GetReq

func (*RetrieveNoticeArgs) IsSetReq

func (p *RetrieveNoticeArgs) IsSetReq() bool

func (*RetrieveNoticeArgs) Marshal

func (p *RetrieveNoticeArgs) Marshal(out []byte) ([]byte, error)

func (*RetrieveNoticeArgs) Size

func (p *RetrieveNoticeArgs) Size() (n int)

func (*RetrieveNoticeArgs) Unmarshal

func (p *RetrieveNoticeArgs) Unmarshal(in []byte) error

type RetrieveNoticeResult

type RetrieveNoticeResult struct {
	Success *system.RetrieveNoticeResp
}

func (*RetrieveNoticeResult) FastRead

func (p *RetrieveNoticeResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveNoticeResult) FastWrite

func (p *RetrieveNoticeResult) FastWrite(buf []byte) (n int)

func (*RetrieveNoticeResult) GetResult

func (p *RetrieveNoticeResult) GetResult() interface{}

func (*RetrieveNoticeResult) GetSuccess

func (*RetrieveNoticeResult) IsSetSuccess

func (p *RetrieveNoticeResult) IsSetSuccess() bool

func (*RetrieveNoticeResult) Marshal

func (p *RetrieveNoticeResult) Marshal(out []byte) ([]byte, error)

func (*RetrieveNoticeResult) SetSuccess

func (p *RetrieveNoticeResult) SetSuccess(x interface{})

func (*RetrieveNoticeResult) Size

func (p *RetrieveNoticeResult) Size() (n int)

func (*RetrieveNoticeResult) Unmarshal

func (p *RetrieveNoticeResult) Unmarshal(in []byte) error

type RetrieveUserRoleArgs

type RetrieveUserRoleArgs struct {
	Req *system.RetrieveUserRoleReq
}

func (*RetrieveUserRoleArgs) FastRead

func (p *RetrieveUserRoleArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveUserRoleArgs) FastWrite

func (p *RetrieveUserRoleArgs) FastWrite(buf []byte) (n int)

func (*RetrieveUserRoleArgs) GetFirstArgument

func (p *RetrieveUserRoleArgs) GetFirstArgument() interface{}

func (*RetrieveUserRoleArgs) GetReq

func (*RetrieveUserRoleArgs) IsSetReq

func (p *RetrieveUserRoleArgs) IsSetReq() bool

func (*RetrieveUserRoleArgs) Marshal

func (p *RetrieveUserRoleArgs) Marshal(out []byte) ([]byte, error)

func (*RetrieveUserRoleArgs) Size

func (p *RetrieveUserRoleArgs) Size() (n int)

func (*RetrieveUserRoleArgs) Unmarshal

func (p *RetrieveUserRoleArgs) Unmarshal(in []byte) error

type RetrieveUserRoleResult

type RetrieveUserRoleResult struct {
	Success *system.RetrieveUserRoleResp
}

func (*RetrieveUserRoleResult) FastRead

func (p *RetrieveUserRoleResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*RetrieveUserRoleResult) FastWrite

func (p *RetrieveUserRoleResult) FastWrite(buf []byte) (n int)

func (*RetrieveUserRoleResult) GetResult

func (p *RetrieveUserRoleResult) GetResult() interface{}

func (*RetrieveUserRoleResult) GetSuccess

func (*RetrieveUserRoleResult) IsSetSuccess

func (p *RetrieveUserRoleResult) IsSetSuccess() bool

func (*RetrieveUserRoleResult) Marshal

func (p *RetrieveUserRoleResult) Marshal(out []byte) ([]byte, error)

func (*RetrieveUserRoleResult) SetSuccess

func (p *RetrieveUserRoleResult) SetSuccess(x interface{})

func (*RetrieveUserRoleResult) Size

func (p *RetrieveUserRoleResult) Size() (n int)

func (*RetrieveUserRoleResult) Unmarshal

func (p *RetrieveUserRoleResult) Unmarshal(in []byte) error

type UpdateAdminArgs

type UpdateAdminArgs struct {
	Req *system.UpdateAdminReq
}

func (*UpdateAdminArgs) FastRead

func (p *UpdateAdminArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateAdminArgs) FastWrite

func (p *UpdateAdminArgs) FastWrite(buf []byte) (n int)

func (*UpdateAdminArgs) GetFirstArgument

func (p *UpdateAdminArgs) GetFirstArgument() interface{}

func (*UpdateAdminArgs) GetReq

func (p *UpdateAdminArgs) GetReq() *system.UpdateAdminReq

func (*UpdateAdminArgs) IsSetReq

func (p *UpdateAdminArgs) IsSetReq() bool

func (*UpdateAdminArgs) Marshal

func (p *UpdateAdminArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateAdminArgs) Size

func (p *UpdateAdminArgs) Size() (n int)

func (*UpdateAdminArgs) Unmarshal

func (p *UpdateAdminArgs) Unmarshal(in []byte) error

type UpdateAdminResult

type UpdateAdminResult struct {
	Success *system.UpdateAdminResp
}

func (*UpdateAdminResult) FastRead

func (p *UpdateAdminResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateAdminResult) FastWrite

func (p *UpdateAdminResult) FastWrite(buf []byte) (n int)

func (*UpdateAdminResult) GetResult

func (p *UpdateAdminResult) GetResult() interface{}

func (*UpdateAdminResult) GetSuccess

func (p *UpdateAdminResult) GetSuccess() *system.UpdateAdminResp

func (*UpdateAdminResult) IsSetSuccess

func (p *UpdateAdminResult) IsSetSuccess() bool

func (*UpdateAdminResult) Marshal

func (p *UpdateAdminResult) Marshal(out []byte) ([]byte, error)

func (*UpdateAdminResult) SetSuccess

func (p *UpdateAdminResult) SetSuccess(x interface{})

func (*UpdateAdminResult) Size

func (p *UpdateAdminResult) Size() (n int)

func (*UpdateAdminResult) Unmarshal

func (p *UpdateAdminResult) Unmarshal(in []byte) error

type UpdateCommunityArgs

type UpdateCommunityArgs struct {
	Req *system.UpdateCommunityReq
}

func (*UpdateCommunityArgs) FastRead

func (p *UpdateCommunityArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateCommunityArgs) FastWrite

func (p *UpdateCommunityArgs) FastWrite(buf []byte) (n int)

func (*UpdateCommunityArgs) GetFirstArgument

func (p *UpdateCommunityArgs) GetFirstArgument() interface{}

func (*UpdateCommunityArgs) GetReq

func (*UpdateCommunityArgs) IsSetReq

func (p *UpdateCommunityArgs) IsSetReq() bool

func (*UpdateCommunityArgs) Marshal

func (p *UpdateCommunityArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateCommunityArgs) Size

func (p *UpdateCommunityArgs) Size() (n int)

func (*UpdateCommunityArgs) Unmarshal

func (p *UpdateCommunityArgs) Unmarshal(in []byte) error

type UpdateCommunityResult

type UpdateCommunityResult struct {
	Success *system.UpdateCommunityResp
}

func (*UpdateCommunityResult) FastRead

func (p *UpdateCommunityResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateCommunityResult) FastWrite

func (p *UpdateCommunityResult) FastWrite(buf []byte) (n int)

func (*UpdateCommunityResult) GetResult

func (p *UpdateCommunityResult) GetResult() interface{}

func (*UpdateCommunityResult) GetSuccess

func (*UpdateCommunityResult) IsSetSuccess

func (p *UpdateCommunityResult) IsSetSuccess() bool

func (*UpdateCommunityResult) Marshal

func (p *UpdateCommunityResult) Marshal(out []byte) ([]byte, error)

func (*UpdateCommunityResult) SetSuccess

func (p *UpdateCommunityResult) SetSuccess(x interface{})

func (*UpdateCommunityResult) Size

func (p *UpdateCommunityResult) Size() (n int)

func (*UpdateCommunityResult) Unmarshal

func (p *UpdateCommunityResult) Unmarshal(in []byte) error

type UpdateNewsArgs

type UpdateNewsArgs struct {
	Req *system.UpdateNewsReq
}

func (*UpdateNewsArgs) FastRead

func (p *UpdateNewsArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateNewsArgs) FastWrite

func (p *UpdateNewsArgs) FastWrite(buf []byte) (n int)

func (*UpdateNewsArgs) GetFirstArgument

func (p *UpdateNewsArgs) GetFirstArgument() interface{}

func (*UpdateNewsArgs) GetReq

func (p *UpdateNewsArgs) GetReq() *system.UpdateNewsReq

func (*UpdateNewsArgs) IsSetReq

func (p *UpdateNewsArgs) IsSetReq() bool

func (*UpdateNewsArgs) Marshal

func (p *UpdateNewsArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateNewsArgs) Size

func (p *UpdateNewsArgs) Size() (n int)

func (*UpdateNewsArgs) Unmarshal

func (p *UpdateNewsArgs) Unmarshal(in []byte) error

type UpdateNewsResult

type UpdateNewsResult struct {
	Success *system.UpdateNewsResp
}

func (*UpdateNewsResult) FastRead

func (p *UpdateNewsResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateNewsResult) FastWrite

func (p *UpdateNewsResult) FastWrite(buf []byte) (n int)

func (*UpdateNewsResult) GetResult

func (p *UpdateNewsResult) GetResult() interface{}

func (*UpdateNewsResult) GetSuccess

func (p *UpdateNewsResult) GetSuccess() *system.UpdateNewsResp

func (*UpdateNewsResult) IsSetSuccess

func (p *UpdateNewsResult) IsSetSuccess() bool

func (*UpdateNewsResult) Marshal

func (p *UpdateNewsResult) Marshal(out []byte) ([]byte, error)

func (*UpdateNewsResult) SetSuccess

func (p *UpdateNewsResult) SetSuccess(x interface{})

func (*UpdateNewsResult) Size

func (p *UpdateNewsResult) Size() (n int)

func (*UpdateNewsResult) Unmarshal

func (p *UpdateNewsResult) Unmarshal(in []byte) error

type UpdateNoticeArgs

type UpdateNoticeArgs struct {
	Req *system.UpdateNoticeReq
}

func (*UpdateNoticeArgs) FastRead

func (p *UpdateNoticeArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateNoticeArgs) FastWrite

func (p *UpdateNoticeArgs) FastWrite(buf []byte) (n int)

func (*UpdateNoticeArgs) GetFirstArgument

func (p *UpdateNoticeArgs) GetFirstArgument() interface{}

func (*UpdateNoticeArgs) GetReq

func (*UpdateNoticeArgs) IsSetReq

func (p *UpdateNoticeArgs) IsSetReq() bool

func (*UpdateNoticeArgs) Marshal

func (p *UpdateNoticeArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateNoticeArgs) Size

func (p *UpdateNoticeArgs) Size() (n int)

func (*UpdateNoticeArgs) Unmarshal

func (p *UpdateNoticeArgs) Unmarshal(in []byte) error

type UpdateNoticeResult

type UpdateNoticeResult struct {
	Success *system.UpdateNoticeResp
}

func (*UpdateNoticeResult) FastRead

func (p *UpdateNoticeResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateNoticeResult) FastWrite

func (p *UpdateNoticeResult) FastWrite(buf []byte) (n int)

func (*UpdateNoticeResult) GetResult

func (p *UpdateNoticeResult) GetResult() interface{}

func (*UpdateNoticeResult) GetSuccess

func (p *UpdateNoticeResult) GetSuccess() *system.UpdateNoticeResp

func (*UpdateNoticeResult) IsSetSuccess

func (p *UpdateNoticeResult) IsSetSuccess() bool

func (*UpdateNoticeResult) Marshal

func (p *UpdateNoticeResult) Marshal(out []byte) ([]byte, error)

func (*UpdateNoticeResult) SetSuccess

func (p *UpdateNoticeResult) SetSuccess(x interface{})

func (*UpdateNoticeResult) Size

func (p *UpdateNoticeResult) Size() (n int)

func (*UpdateNoticeResult) Unmarshal

func (p *UpdateNoticeResult) Unmarshal(in []byte) error

type UpdateUserRoleArgs

type UpdateUserRoleArgs struct {
	Req *system.UpdateUserRoleReq
}

func (*UpdateUserRoleArgs) FastRead

func (p *UpdateUserRoleArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateUserRoleArgs) FastWrite

func (p *UpdateUserRoleArgs) FastWrite(buf []byte) (n int)

func (*UpdateUserRoleArgs) GetFirstArgument

func (p *UpdateUserRoleArgs) GetFirstArgument() interface{}

func (*UpdateUserRoleArgs) GetReq

func (*UpdateUserRoleArgs) IsSetReq

func (p *UpdateUserRoleArgs) IsSetReq() bool

func (*UpdateUserRoleArgs) Marshal

func (p *UpdateUserRoleArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateUserRoleArgs) Size

func (p *UpdateUserRoleArgs) Size() (n int)

func (*UpdateUserRoleArgs) Unmarshal

func (p *UpdateUserRoleArgs) Unmarshal(in []byte) error

type UpdateUserRoleResult

type UpdateUserRoleResult struct {
	Success *system.UpdateUserRoleResp
}

func (*UpdateUserRoleResult) FastRead

func (p *UpdateUserRoleResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateUserRoleResult) FastWrite

func (p *UpdateUserRoleResult) FastWrite(buf []byte) (n int)

func (*UpdateUserRoleResult) GetResult

func (p *UpdateUserRoleResult) GetResult() interface{}

func (*UpdateUserRoleResult) GetSuccess

func (*UpdateUserRoleResult) IsSetSuccess

func (p *UpdateUserRoleResult) IsSetSuccess() bool

func (*UpdateUserRoleResult) Marshal

func (p *UpdateUserRoleResult) Marshal(out []byte) ([]byte, error)

func (*UpdateUserRoleResult) SetSuccess

func (p *UpdateUserRoleResult) SetSuccess(x interface{})

func (*UpdateUserRoleResult) Size

func (p *UpdateUserRoleResult) Size() (n int)

func (*UpdateUserRoleResult) Unmarshal

func (p *UpdateUserRoleResult) Unmarshal(in []byte) error

Jump to

Keyboard shortcuts

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