system

package
v0.0.0-...-312508d Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var CleanNotificationArgs_Req_DEFAULT *core_api.CleanNotificationReq
View Source
var CleanNotificationResult_Success_DEFAULT *core_api.CleanNotificationResp
View Source
var CountNotificationArgs_Req_DEFAULT *core_api.CountNotificationReq
View Source
var CountNotificationResult_Success_DEFAULT *core_api.CountNotificationResp
View Source
var CreateApplyArgs_Req_DEFAULT *core_api.CreateApplyReq
View Source
var CreateApplyResult_Success_DEFAULT *core_api.CreateApplyResp
View Source
var DeleteAdminArgs_Req_DEFAULT *core_api.DeleteAdminReq
View Source
var DeleteAdminResult_Success_DEFAULT *core_api.DeleteAdminResp
View Source
var DeleteCommunityArgs_Req_DEFAULT *core_api.DeleteCommunityReq
View Source
var DeleteCommunityResult_Success_DEFAULT *core_api.DeleteCommunityResp
View Source
var DeleteNewsArgs_Req_DEFAULT *core_api.DeleteNewsReq
View Source
var DeleteNewsResult_Success_DEFAULT *core_api.DeleteNewsResp
View Source
var DeleteNoticeArgs_Req_DEFAULT *core_api.DeleteNoticeReq
View Source
var DeleteNoticeResult_Success_DEFAULT *core_api.DeleteNoticeResp
View Source
var GetAdminsArgs_Req_DEFAULT *core_api.GetAdminsReq
View Source
var GetAdminsResult_Success_DEFAULT *core_api.GetAdminsResp
View Source
var GetMinVersionArgs_Req_DEFAULT *core_api.GetMinVersionReq
View Source
var GetMinVersionResult_Success_DEFAULT *core_api.GetMinVersionResp
View Source
var GetNewsArgs_Req_DEFAULT *core_api.GetNewsReq
View Source
var GetNewsResult_Success_DEFAULT *core_api.GetNewsResp
View Source
var GetNoticesArgs_Req_DEFAULT *core_api.GetNoticesReq
View Source
var GetNoticesResult_Success_DEFAULT *core_api.GetNoticesResp
View Source
var GetUserByRoleArgs_Req_DEFAULT *core_api.GetUserByRoleReq
View Source
var GetUserByRoleResult_Success_DEFAULT *core_api.GetUserByRoleResp
View Source
var GetUserRolesArgs_Req_DEFAULT *core_api.GetUserRolesReq
View Source
var GetUserRolesResult_Success_DEFAULT *core_api.GetUserRolesResp
View Source
var HandleApplyArgs_Req_DEFAULT *core_api.HandleApplyReq
View Source
var HandleApplyResult_Success_DEFAULT *core_api.HandleApplyResp
View Source
var ListApplyArgs_Req_DEFAULT *core_api.ListApplyReq
View Source
var ListApplyResult_Success_DEFAULT *core_api.ListApplyResp
View Source
var ListCommunityArgs_Req_DEFAULT *core_api.ListCommunityReq
View Source
var ListCommunityResult_Success_DEFAULT *core_api.ListCommunityResp
View Source
var ListNotificationArgs_Req_DEFAULT *core_api.ListNotificationReq
View Source
var ListNotificationResult_Success_DEFAULT *core_api.ListNotificationResp
View Source
var NewAdminArgs_Req_DEFAULT *core_api.NewAdminReq
View Source
var NewAdminResult_Success_DEFAULT *core_api.NewAdminResp
View Source
var NewCommunityArgs_Req_DEFAULT *core_api.NewCommunityReq
View Source
var NewCommunityResult_Success_DEFAULT *core_api.NewCommunityResp
View Source
var NewNewsArgs_Req_DEFAULT *core_api.NewNewsReq
View Source
var NewNewsResult_Success_DEFAULT *core_api.NewNewsResp
View Source
var NewNoticeArgs_Req_DEFAULT *core_api.NewNoticeReq
View Source
var NewNoticeResult_Success_DEFAULT *core_api.NewNoticeResp
View Source
var PrefetchArgs_Req_DEFAULT *core_api.PrefetchReq
View Source
var PrefetchResult_Success_DEFAULT *core_api.PrefetchResp
View Source
var ReadNotificationArgs_Req_DEFAULT *core_api.ReadNotificationReq
View Source
var ReadNotificationResult_Success_DEFAULT *core_api.ReadNotificationResp
View Source
var ReadRangeNotificationArgs_Req_DEFAULT *core_api.ReadRangeNotificationReq
View Source
var ReadRangeNotificationResult_Success_DEFAULT *core_api.ReadRangeNotificationResp
View Source
var UpdateCommunityAdminArgs_Req_DEFAULT *core_api.UpdateCommunityAdminReq
View Source
var UpdateCommunityAdminResult_Success_DEFAULT *core_api.UpdateCommunityAdminResp
View Source
var UpdateRoleArgs_Req_DEFAULT *core_api.UpdateRoleReq
View Source
var UpdateRoleResult_Success_DEFAULT *core_api.UpdateRoleResp
View Source
var UpdateSuperAdminArgs_Req_DEFAULT *core_api.UpdateSuperAdminReq
View Source
var UpdateSuperAdminResult_Success_DEFAULT *core_api.UpdateSuperAdminResp

Functions

func NewInvoker

func NewInvoker(handler core_api.System, opts ...server.Option) server.Invoker

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

func NewServer

func NewServer(handler core_api.System, 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 core_api.System, opts ...server.RegisterOption) error

Types

type CleanNotificationArgs

type CleanNotificationArgs struct {
	Req *core_api.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 *core_api.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 {
	GetAdmins(ctx context.Context, Req *core_api.GetAdminsReq, callOptions ...callopt.Option) (r *core_api.GetAdminsResp, err error)
	NewAdmin(ctx context.Context, Req *core_api.NewAdminReq, callOptions ...callopt.Option) (r *core_api.NewAdminResp, err error)
	DeleteAdmin(ctx context.Context, Req *core_api.DeleteAdminReq, callOptions ...callopt.Option) (r *core_api.DeleteAdminResp, err error)
	GetNews(ctx context.Context, Req *core_api.GetNewsReq, callOptions ...callopt.Option) (r *core_api.GetNewsResp, err error)
	NewNews(ctx context.Context, Req *core_api.NewNewsReq, callOptions ...callopt.Option) (r *core_api.NewNewsResp, err error)
	DeleteNews(ctx context.Context, Req *core_api.DeleteNewsReq, callOptions ...callopt.Option) (r *core_api.DeleteNewsResp, err error)
	GetNotices(ctx context.Context, Req *core_api.GetNoticesReq, callOptions ...callopt.Option) (r *core_api.GetNoticesResp, err error)
	NewNotice(ctx context.Context, Req *core_api.NewNoticeReq, callOptions ...callopt.Option) (r *core_api.NewNoticeResp, err error)
	DeleteNotice(ctx context.Context, Req *core_api.DeleteNoticeReq, callOptions ...callopt.Option) (r *core_api.DeleteNoticeResp, err error)
	ListCommunity(ctx context.Context, Req *core_api.ListCommunityReq, callOptions ...callopt.Option) (r *core_api.ListCommunityResp, err error)
	NewCommunity(ctx context.Context, Req *core_api.NewCommunityReq, callOptions ...callopt.Option) (r *core_api.NewCommunityResp, err error)
	DeleteCommunity(ctx context.Context, Req *core_api.DeleteCommunityReq, callOptions ...callopt.Option) (r *core_api.DeleteCommunityResp, err error)
	GetUserRoles(ctx context.Context, Req *core_api.GetUserRolesReq, callOptions ...callopt.Option) (r *core_api.GetUserRolesResp, err error)
	UpdateCommunityAdmin(ctx context.Context, Req *core_api.UpdateCommunityAdminReq, callOptions ...callopt.Option) (r *core_api.UpdateCommunityAdminResp, err error)
	UpdateSuperAdmin(ctx context.Context, Req *core_api.UpdateSuperAdminReq, callOptions ...callopt.Option) (r *core_api.UpdateSuperAdminResp, err error)
	GetUserByRole(ctx context.Context, Req *core_api.GetUserByRoleReq, callOptions ...callopt.Option) (r *core_api.GetUserByRoleResp, err error)
	UpdateRole(ctx context.Context, Req *core_api.UpdateRoleReq, callOptions ...callopt.Option) (r *core_api.UpdateRoleResp, err error)
	ListApply(ctx context.Context, Req *core_api.ListApplyReq, callOptions ...callopt.Option) (r *core_api.ListApplyResp, err error)
	HandleApply(ctx context.Context, Req *core_api.HandleApplyReq, callOptions ...callopt.Option) (r *core_api.HandleApplyResp, err error)
	CreateApply(ctx context.Context, Req *core_api.CreateApplyReq, callOptions ...callopt.Option) (r *core_api.CreateApplyResp, err error)
	ListNotification(ctx context.Context, Req *core_api.ListNotificationReq, callOptions ...callopt.Option) (r *core_api.ListNotificationResp, err error)
	CleanNotification(ctx context.Context, Req *core_api.CleanNotificationReq, callOptions ...callopt.Option) (r *core_api.CleanNotificationResp, err error)
	CountNotification(ctx context.Context, Req *core_api.CountNotificationReq, callOptions ...callopt.Option) (r *core_api.CountNotificationResp, err error)
	ReadNotification(ctx context.Context, Req *core_api.ReadNotificationReq, callOptions ...callopt.Option) (r *core_api.ReadNotificationResp, err error)
	ReadRangeNotification(ctx context.Context, Req *core_api.ReadRangeNotificationReq, callOptions ...callopt.Option) (r *core_api.ReadRangeNotificationResp, err error)
	Prefetch(ctx context.Context, Req *core_api.PrefetchReq, callOptions ...callopt.Option) (r *core_api.PrefetchResp, err error)
	GetMinVersion(ctx context.Context, Req *core_api.GetMinVersionReq, callOptions ...callopt.Option) (r *core_api.GetMinVersionResp, 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 CountNotificationArgs

type CountNotificationArgs struct {
	Req *core_api.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 *core_api.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 CreateApplyArgs

type CreateApplyArgs struct {
	Req *core_api.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 (*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 *core_api.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() *core_api.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 DeleteAdminArgs

type DeleteAdminArgs struct {
	Req *core_api.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 (*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 *core_api.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() *core_api.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 *core_api.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 *core_api.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 *core_api.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() *core_api.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 *core_api.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() *core_api.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 *core_api.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 *core_api.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() *core_api.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 GetAdminsArgs

type GetAdminsArgs struct {
	Req *core_api.GetAdminsReq
}

func (*GetAdminsArgs) FastRead

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

func (*GetAdminsArgs) FastWrite

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

func (*GetAdminsArgs) GetFirstArgument

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

func (*GetAdminsArgs) GetReq

func (p *GetAdminsArgs) GetReq() *core_api.GetAdminsReq

func (*GetAdminsArgs) IsSetReq

func (p *GetAdminsArgs) IsSetReq() bool

func (*GetAdminsArgs) Marshal

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

func (*GetAdminsArgs) Size

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

func (*GetAdminsArgs) Unmarshal

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

type GetAdminsResult

type GetAdminsResult struct {
	Success *core_api.GetAdminsResp
}

func (*GetAdminsResult) FastRead

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

func (*GetAdminsResult) FastWrite

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

func (*GetAdminsResult) GetResult

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

func (*GetAdminsResult) GetSuccess

func (p *GetAdminsResult) GetSuccess() *core_api.GetAdminsResp

func (*GetAdminsResult) IsSetSuccess

func (p *GetAdminsResult) IsSetSuccess() bool

func (*GetAdminsResult) Marshal

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

func (*GetAdminsResult) SetSuccess

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

func (*GetAdminsResult) Size

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

func (*GetAdminsResult) Unmarshal

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

type GetMinVersionArgs

type GetMinVersionArgs struct {
	Req *core_api.GetMinVersionReq
}

func (*GetMinVersionArgs) FastRead

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

func (*GetMinVersionArgs) FastWrite

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

func (*GetMinVersionArgs) GetFirstArgument

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

func (*GetMinVersionArgs) GetReq

func (*GetMinVersionArgs) IsSetReq

func (p *GetMinVersionArgs) IsSetReq() bool

func (*GetMinVersionArgs) Marshal

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

func (*GetMinVersionArgs) Size

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

func (*GetMinVersionArgs) Unmarshal

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

type GetMinVersionResult

type GetMinVersionResult struct {
	Success *core_api.GetMinVersionResp
}

func (*GetMinVersionResult) FastRead

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

func (*GetMinVersionResult) FastWrite

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

func (*GetMinVersionResult) GetResult

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

func (*GetMinVersionResult) GetSuccess

func (*GetMinVersionResult) IsSetSuccess

func (p *GetMinVersionResult) IsSetSuccess() bool

func (*GetMinVersionResult) Marshal

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

func (*GetMinVersionResult) SetSuccess

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

func (*GetMinVersionResult) Size

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

func (*GetMinVersionResult) Unmarshal

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

type GetNewsArgs

type GetNewsArgs struct {
	Req *core_api.GetNewsReq
}

func (*GetNewsArgs) FastRead

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

func (*GetNewsArgs) FastWrite

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

func (*GetNewsArgs) GetFirstArgument

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

func (*GetNewsArgs) GetReq

func (p *GetNewsArgs) GetReq() *core_api.GetNewsReq

func (*GetNewsArgs) IsSetReq

func (p *GetNewsArgs) IsSetReq() bool

func (*GetNewsArgs) Marshal

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

func (*GetNewsArgs) Size

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

func (*GetNewsArgs) Unmarshal

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

type GetNewsResult

type GetNewsResult struct {
	Success *core_api.GetNewsResp
}

func (*GetNewsResult) FastRead

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

func (*GetNewsResult) FastWrite

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

func (*GetNewsResult) GetResult

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

func (*GetNewsResult) GetSuccess

func (p *GetNewsResult) GetSuccess() *core_api.GetNewsResp

func (*GetNewsResult) IsSetSuccess

func (p *GetNewsResult) IsSetSuccess() bool

func (*GetNewsResult) Marshal

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

func (*GetNewsResult) SetSuccess

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

func (*GetNewsResult) Size

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

func (*GetNewsResult) Unmarshal

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

type GetNoticesArgs

type GetNoticesArgs struct {
	Req *core_api.GetNoticesReq
}

func (*GetNoticesArgs) FastRead

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

func (*GetNoticesArgs) FastWrite

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

func (*GetNoticesArgs) GetFirstArgument

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

func (*GetNoticesArgs) GetReq

func (p *GetNoticesArgs) GetReq() *core_api.GetNoticesReq

func (*GetNoticesArgs) IsSetReq

func (p *GetNoticesArgs) IsSetReq() bool

func (*GetNoticesArgs) Marshal

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

func (*GetNoticesArgs) Size

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

func (*GetNoticesArgs) Unmarshal

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

type GetNoticesResult

type GetNoticesResult struct {
	Success *core_api.GetNoticesResp
}

func (*GetNoticesResult) FastRead

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

func (*GetNoticesResult) FastWrite

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

func (*GetNoticesResult) GetResult

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

func (*GetNoticesResult) GetSuccess

func (p *GetNoticesResult) GetSuccess() *core_api.GetNoticesResp

func (*GetNoticesResult) IsSetSuccess

func (p *GetNoticesResult) IsSetSuccess() bool

func (*GetNoticesResult) Marshal

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

func (*GetNoticesResult) SetSuccess

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

func (*GetNoticesResult) Size

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

func (*GetNoticesResult) Unmarshal

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

type GetUserByRoleArgs

type GetUserByRoleArgs struct {
	Req *core_api.GetUserByRoleReq
}

func (*GetUserByRoleArgs) FastRead

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

func (*GetUserByRoleArgs) FastWrite

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

func (*GetUserByRoleArgs) GetFirstArgument

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

func (*GetUserByRoleArgs) GetReq

func (*GetUserByRoleArgs) IsSetReq

func (p *GetUserByRoleArgs) IsSetReq() bool

func (*GetUserByRoleArgs) Marshal

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

func (*GetUserByRoleArgs) Size

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

func (*GetUserByRoleArgs) Unmarshal

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

type GetUserByRoleResult

type GetUserByRoleResult struct {
	Success *core_api.GetUserByRoleResp
}

func (*GetUserByRoleResult) FastRead

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

func (*GetUserByRoleResult) FastWrite

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

func (*GetUserByRoleResult) GetResult

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

func (*GetUserByRoleResult) GetSuccess

func (*GetUserByRoleResult) IsSetSuccess

func (p *GetUserByRoleResult) IsSetSuccess() bool

func (*GetUserByRoleResult) Marshal

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

func (*GetUserByRoleResult) SetSuccess

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

func (*GetUserByRoleResult) Size

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

func (*GetUserByRoleResult) Unmarshal

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

type GetUserRolesArgs

type GetUserRolesArgs struct {
	Req *core_api.GetUserRolesReq
}

func (*GetUserRolesArgs) FastRead

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

func (*GetUserRolesArgs) FastWrite

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

func (*GetUserRolesArgs) GetFirstArgument

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

func (*GetUserRolesArgs) GetReq

func (*GetUserRolesArgs) IsSetReq

func (p *GetUserRolesArgs) IsSetReq() bool

func (*GetUserRolesArgs) Marshal

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

func (*GetUserRolesArgs) Size

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

func (*GetUserRolesArgs) Unmarshal

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

type GetUserRolesResult

type GetUserRolesResult struct {
	Success *core_api.GetUserRolesResp
}

func (*GetUserRolesResult) FastRead

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

func (*GetUserRolesResult) FastWrite

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

func (*GetUserRolesResult) GetResult

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

func (*GetUserRolesResult) GetSuccess

func (p *GetUserRolesResult) GetSuccess() *core_api.GetUserRolesResp

func (*GetUserRolesResult) IsSetSuccess

func (p *GetUserRolesResult) IsSetSuccess() bool

func (*GetUserRolesResult) Marshal

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

func (*GetUserRolesResult) SetSuccess

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

func (*GetUserRolesResult) Size

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

func (*GetUserRolesResult) Unmarshal

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

type HandleApplyArgs

type HandleApplyArgs struct {
	Req *core_api.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 (*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 *core_api.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() *core_api.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 ListApplyArgs

type ListApplyArgs struct {
	Req *core_api.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() *core_api.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 *core_api.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() *core_api.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 *core_api.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 *core_api.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 (*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 ListNotificationArgs

type ListNotificationArgs struct {
	Req *core_api.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 *core_api.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 NewAdminArgs

type NewAdminArgs struct {
	Req *core_api.NewAdminReq
}

func (*NewAdminArgs) FastRead

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

func (*NewAdminArgs) FastWrite

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

func (*NewAdminArgs) GetFirstArgument

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

func (*NewAdminArgs) GetReq

func (p *NewAdminArgs) GetReq() *core_api.NewAdminReq

func (*NewAdminArgs) IsSetReq

func (p *NewAdminArgs) IsSetReq() bool

func (*NewAdminArgs) Marshal

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

func (*NewAdminArgs) Size

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

func (*NewAdminArgs) Unmarshal

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

type NewAdminResult

type NewAdminResult struct {
	Success *core_api.NewAdminResp
}

func (*NewAdminResult) FastRead

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

func (*NewAdminResult) FastWrite

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

func (*NewAdminResult) GetResult

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

func (*NewAdminResult) GetSuccess

func (p *NewAdminResult) GetSuccess() *core_api.NewAdminResp

func (*NewAdminResult) IsSetSuccess

func (p *NewAdminResult) IsSetSuccess() bool

func (*NewAdminResult) Marshal

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

func (*NewAdminResult) SetSuccess

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

func (*NewAdminResult) Size

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

func (*NewAdminResult) Unmarshal

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

type NewCommunityArgs

type NewCommunityArgs struct {
	Req *core_api.NewCommunityReq
}

func (*NewCommunityArgs) FastRead

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

func (*NewCommunityArgs) FastWrite

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

func (*NewCommunityArgs) GetFirstArgument

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

func (*NewCommunityArgs) GetReq

func (*NewCommunityArgs) IsSetReq

func (p *NewCommunityArgs) IsSetReq() bool

func (*NewCommunityArgs) Marshal

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

func (*NewCommunityArgs) Size

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

func (*NewCommunityArgs) Unmarshal

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

type NewCommunityResult

type NewCommunityResult struct {
	Success *core_api.NewCommunityResp
}

func (*NewCommunityResult) FastRead

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

func (*NewCommunityResult) FastWrite

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

func (*NewCommunityResult) GetResult

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

func (*NewCommunityResult) GetSuccess

func (p *NewCommunityResult) GetSuccess() *core_api.NewCommunityResp

func (*NewCommunityResult) IsSetSuccess

func (p *NewCommunityResult) IsSetSuccess() bool

func (*NewCommunityResult) Marshal

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

func (*NewCommunityResult) SetSuccess

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

func (*NewCommunityResult) Size

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

func (*NewCommunityResult) Unmarshal

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

type NewNewsArgs

type NewNewsArgs struct {
	Req *core_api.NewNewsReq
}

func (*NewNewsArgs) FastRead

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

func (*NewNewsArgs) FastWrite

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

func (*NewNewsArgs) GetFirstArgument

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

func (*NewNewsArgs) GetReq

func (p *NewNewsArgs) GetReq() *core_api.NewNewsReq

func (*NewNewsArgs) IsSetReq

func (p *NewNewsArgs) IsSetReq() bool

func (*NewNewsArgs) Marshal

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

func (*NewNewsArgs) Size

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

func (*NewNewsArgs) Unmarshal

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

type NewNewsResult

type NewNewsResult struct {
	Success *core_api.NewNewsResp
}

func (*NewNewsResult) FastRead

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

func (*NewNewsResult) FastWrite

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

func (*NewNewsResult) GetResult

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

func (*NewNewsResult) GetSuccess

func (p *NewNewsResult) GetSuccess() *core_api.NewNewsResp

func (*NewNewsResult) IsSetSuccess

func (p *NewNewsResult) IsSetSuccess() bool

func (*NewNewsResult) Marshal

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

func (*NewNewsResult) SetSuccess

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

func (*NewNewsResult) Size

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

func (*NewNewsResult) Unmarshal

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

type NewNoticeArgs

type NewNoticeArgs struct {
	Req *core_api.NewNoticeReq
}

func (*NewNoticeArgs) FastRead

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

func (*NewNoticeArgs) FastWrite

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

func (*NewNoticeArgs) GetFirstArgument

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

func (*NewNoticeArgs) GetReq

func (p *NewNoticeArgs) GetReq() *core_api.NewNoticeReq

func (*NewNoticeArgs) IsSetReq

func (p *NewNoticeArgs) IsSetReq() bool

func (*NewNoticeArgs) Marshal

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

func (*NewNoticeArgs) Size

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

func (*NewNoticeArgs) Unmarshal

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

type NewNoticeResult

type NewNoticeResult struct {
	Success *core_api.NewNoticeResp
}

func (*NewNoticeResult) FastRead

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

func (*NewNoticeResult) FastWrite

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

func (*NewNoticeResult) GetResult

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

func (*NewNoticeResult) GetSuccess

func (p *NewNoticeResult) GetSuccess() *core_api.NewNoticeResp

func (*NewNoticeResult) IsSetSuccess

func (p *NewNoticeResult) IsSetSuccess() bool

func (*NewNoticeResult) Marshal

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

func (*NewNoticeResult) SetSuccess

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

func (*NewNoticeResult) Size

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

func (*NewNoticeResult) Unmarshal

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

type PrefetchArgs

type PrefetchArgs struct {
	Req *core_api.PrefetchReq
}

func (*PrefetchArgs) FastRead

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

func (*PrefetchArgs) FastWrite

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

func (*PrefetchArgs) GetFirstArgument

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

func (*PrefetchArgs) GetReq

func (p *PrefetchArgs) GetReq() *core_api.PrefetchReq

func (*PrefetchArgs) IsSetReq

func (p *PrefetchArgs) IsSetReq() bool

func (*PrefetchArgs) Marshal

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

func (*PrefetchArgs) Size

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

func (*PrefetchArgs) Unmarshal

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

type PrefetchResult

type PrefetchResult struct {
	Success *core_api.PrefetchResp
}

func (*PrefetchResult) FastRead

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

func (*PrefetchResult) FastWrite

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

func (*PrefetchResult) GetResult

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

func (*PrefetchResult) GetSuccess

func (p *PrefetchResult) GetSuccess() *core_api.PrefetchResp

func (*PrefetchResult) IsSetSuccess

func (p *PrefetchResult) IsSetSuccess() bool

func (*PrefetchResult) Marshal

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

func (*PrefetchResult) SetSuccess

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

func (*PrefetchResult) Size

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

func (*PrefetchResult) Unmarshal

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

type ReadNotificationArgs

type ReadNotificationArgs struct {
	Req *core_api.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 *core_api.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 *core_api.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 *core_api.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 UpdateCommunityAdminArgs

type UpdateCommunityAdminArgs struct {
	Req *core_api.UpdateCommunityAdminReq
}

func (*UpdateCommunityAdminArgs) FastRead

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

func (*UpdateCommunityAdminArgs) FastWrite

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

func (*UpdateCommunityAdminArgs) GetFirstArgument

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

func (*UpdateCommunityAdminArgs) GetReq

func (*UpdateCommunityAdminArgs) IsSetReq

func (p *UpdateCommunityAdminArgs) IsSetReq() bool

func (*UpdateCommunityAdminArgs) Marshal

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

func (*UpdateCommunityAdminArgs) Size

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

func (*UpdateCommunityAdminArgs) Unmarshal

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

type UpdateCommunityAdminResult

type UpdateCommunityAdminResult struct {
	Success *core_api.UpdateCommunityAdminResp
}

func (*UpdateCommunityAdminResult) FastRead

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

func (*UpdateCommunityAdminResult) FastWrite

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

func (*UpdateCommunityAdminResult) GetResult

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

func (*UpdateCommunityAdminResult) GetSuccess

func (*UpdateCommunityAdminResult) IsSetSuccess

func (p *UpdateCommunityAdminResult) IsSetSuccess() bool

func (*UpdateCommunityAdminResult) Marshal

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

func (*UpdateCommunityAdminResult) SetSuccess

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

func (*UpdateCommunityAdminResult) Size

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

func (*UpdateCommunityAdminResult) Unmarshal

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

type UpdateRoleArgs

type UpdateRoleArgs struct {
	Req *core_api.UpdateRoleReq
}

func (*UpdateRoleArgs) FastRead

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

func (*UpdateRoleArgs) FastWrite

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

func (*UpdateRoleArgs) GetFirstArgument

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

func (*UpdateRoleArgs) GetReq

func (p *UpdateRoleArgs) GetReq() *core_api.UpdateRoleReq

func (*UpdateRoleArgs) IsSetReq

func (p *UpdateRoleArgs) IsSetReq() bool

func (*UpdateRoleArgs) Marshal

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

func (*UpdateRoleArgs) Size

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

func (*UpdateRoleArgs) Unmarshal

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

type UpdateRoleResult

type UpdateRoleResult struct {
	Success *core_api.UpdateRoleResp
}

func (*UpdateRoleResult) FastRead

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

func (*UpdateRoleResult) FastWrite

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

func (*UpdateRoleResult) GetResult

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

func (*UpdateRoleResult) GetSuccess

func (p *UpdateRoleResult) GetSuccess() *core_api.UpdateRoleResp

func (*UpdateRoleResult) IsSetSuccess

func (p *UpdateRoleResult) IsSetSuccess() bool

func (*UpdateRoleResult) Marshal

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

func (*UpdateRoleResult) SetSuccess

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

func (*UpdateRoleResult) Size

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

func (*UpdateRoleResult) Unmarshal

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

type UpdateSuperAdminArgs

type UpdateSuperAdminArgs struct {
	Req *core_api.UpdateSuperAdminReq
}

func (*UpdateSuperAdminArgs) FastRead

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

func (*UpdateSuperAdminArgs) FastWrite

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

func (*UpdateSuperAdminArgs) GetFirstArgument

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

func (*UpdateSuperAdminArgs) GetReq

func (*UpdateSuperAdminArgs) IsSetReq

func (p *UpdateSuperAdminArgs) IsSetReq() bool

func (*UpdateSuperAdminArgs) Marshal

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

func (*UpdateSuperAdminArgs) Size

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

func (*UpdateSuperAdminArgs) Unmarshal

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

type UpdateSuperAdminResult

type UpdateSuperAdminResult struct {
	Success *core_api.UpdateSuperAdminResp
}

func (*UpdateSuperAdminResult) FastRead

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

func (*UpdateSuperAdminResult) FastWrite

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

func (*UpdateSuperAdminResult) GetResult

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

func (*UpdateSuperAdminResult) GetSuccess

func (*UpdateSuperAdminResult) IsSetSuccess

func (p *UpdateSuperAdminResult) IsSetSuccess() bool

func (*UpdateSuperAdminResult) Marshal

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

func (*UpdateSuperAdminResult) SetSuccess

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

func (*UpdateSuperAdminResult) Size

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

func (*UpdateSuperAdminResult) Unmarshal

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

Jump to

Keyboard shortcuts

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