contentservice

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: 2

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var AddUserFishArgs_Req_DEFAULT *content.AddUserFishReq
View Source
var AddUserFishResult_Success_DEFAULT *content.AddUserFishResp
View Source
var CheckInArgs_Req_DEFAULT *content.CheckInReq
View Source
var CheckInResult_Success_DEFAULT *content.CheckInResp
View Source
var CountDonateByPlanArgs_Req_DEFAULT *content.CountDonateByPlanReq
View Source
var CountDonateByPlanResult_Success_DEFAULT *content.CountDonateByPlanResp
View Source
var CountDonateByUserArgs_Req_DEFAULT *content.CountDonateByUserReq
View Source
var CountDonateByUserResult_Success_DEFAULT *content.CountDonateByUserResp
View Source
var CountMomentArgs_Req_DEFAULT *content.CountMomentReq
View Source
var CountMomentResult_Success_DEFAULT *content.CountMomentResp
View Source
var CountPlanArgs_Req_DEFAULT *content.CountPlanReq
View Source
var CountPlanResult_Success_DEFAULT *content.CountPlanResp
View Source
var CountPostArgs_Req_DEFAULT *content.CountPostReq
View Source
var CountPostResult_Success_DEFAULT *content.CountPostResp
View Source
var CreateCatArgs_Req_DEFAULT *content.CreateCatReq
View Source
var CreateCatResult_Success_DEFAULT *content.CreateCatResp
View Source
var CreateImageArgs_Req_DEFAULT *content.CreateImageReq
View Source
var CreateImageResult_Success_DEFAULT *content.CreateImageResp
View Source
var CreateMomentArgs_Req_DEFAULT *content.CreateMomentReq
View Source
var CreateMomentResult_Success_DEFAULT *content.CreateMomentResp
View Source
var CreatePlanArgs_Req_DEFAULT *content.CreatePlanReq
View Source
var CreatePlanResult_Success_DEFAULT *content.CreatePlanResp
View Source
var CreatePostArgs_Req_DEFAULT *content.CreatePostReq
View Source
var CreatePostResult_Success_DEFAULT *content.CreatePostResp
View Source
var DeleteCatArgs_Req_DEFAULT *content.DeleteCatReq
View Source
var DeleteCatResult_Success_DEFAULT *content.DeleteCatResp
View Source
var DeleteImageArgs_Req_DEFAULT *content.DeleteImageReq
View Source
var DeleteImageResult_Success_DEFAULT *content.DeleteImageResp
View Source
var DeleteMomentArgs_Req_DEFAULT *content.DeleteMomentReq
View Source
var DeleteMomentResult_Success_DEFAULT *content.DeleteMomentResp
View Source
var DeletePlanArgs_Req_DEFAULT *content.DeletePlanReq
View Source
var DeletePlanResult_Success_DEFAULT *content.DeletePlanResp
View Source
var DeletePostArgs_Req_DEFAULT *content.DeletePostReq
View Source
var DeletePostResult_Success_DEFAULT *content.DeletePostResp
View Source
var DonateFishArgs_Req_DEFAULT *content.DonateFishReq
View Source
var DonateFishResult_Success_DEFAULT *content.DonateFishResp
View Source
var GetMissionArgs_Req_DEFAULT *content.GetMissionReq
View Source
var GetMissionResult_Success_DEFAULT *content.GetMissionResp
View Source
var ListCatArgs_Req_DEFAULT *content.ListCatReq
View Source
var ListCatResult_Success_DEFAULT *content.ListCatResp
View Source
var ListDonateByUserArgs_Req_DEFAULT *content.ListDonateByUserReq
View Source
var ListDonateByUserResult_Success_DEFAULT *content.ListDonateByUserResp
View Source
var ListFishByPlanArgs_Req_DEFAULT *content.ListFishByPlanReq
View Source
var ListFishByPlanResult_Success_DEFAULT *content.ListFishByPlanResp
View Source
var ListImageArgs_Req_DEFAULT *content.ListImageReq
View Source
var ListImageResult_Success_DEFAULT *content.ListImageResp
View Source
var ListMomentArgs_Req_DEFAULT *content.ListMomentReq
View Source
var ListMomentResult_Success_DEFAULT *content.ListMomentResp
View Source
var ListPlanArgs_Req_DEFAULT *content.ListPlanReq
View Source
var ListPlanResult_Success_DEFAULT *content.ListPlanResp
View Source
var ListPostArgs_Req_DEFAULT *content.ListPostReq
View Source
var ListPostResult_Success_DEFAULT *content.ListPostResp
View Source
var RetrieveCatArgs_Req_DEFAULT *content.RetrieveCatReq
View Source
var RetrieveCatResult_Success_DEFAULT *content.RetrieveCatResp
View Source
var RetrieveMomentArgs_Req_DEFAULT *content.RetrieveMomentReq
View Source
var RetrieveMomentResult_Success_DEFAULT *content.RetrieveMomentResp
View Source
var RetrievePlanArgs_Req_DEFAULT *content.RetrievePlanReq
View Source
var RetrievePlanResult_Success_DEFAULT *content.RetrievePlanResp
View Source
var RetrievePostArgs_Req_DEFAULT *content.RetrievePostReq
View Source
var RetrievePostResult_Success_DEFAULT *content.RetrievePostResp
View Source
var RetrieveUserFishArgs_Req_DEFAULT *content.RetrieveUserFishReq
View Source
var RetrieveUserFishResult_Success_DEFAULT *content.RetrieveUserFishResp
View Source
var SearchCatArgs_Req_DEFAULT *content.SearchCatReq
View Source
var SearchCatResult_Success_DEFAULT *content.SearchCatResp
View Source
var SetOfficialArgs_Req_DEFAULT *content.SetOfficialReq
View Source
var SetOfficialResult_Success_DEFAULT *content.SetOfficialResp
View Source
var UpdateCatArgs_Req_DEFAULT *content.UpdateCatReq
View Source
var UpdateCatResult_Success_DEFAULT *content.UpdateCatResp
View Source
var UpdateMomentArgs_Req_DEFAULT *content.UpdateMomentReq
View Source
var UpdateMomentResult_Success_DEFAULT *content.UpdateMomentResp
View Source
var UpdatePlanArgs_Req_DEFAULT *content.UpdatePlanReq
View Source
var UpdatePlanResult_Success_DEFAULT *content.UpdatePlanResp
View Source
var UpdatePostArgs_Req_DEFAULT *content.UpdatePostReq
View Source
var UpdatePostResult_Success_DEFAULT *content.UpdatePostResp

Functions

func NewInvoker

func NewInvoker(handler content.ContentService, opts ...server.Option) server.Invoker

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

func NewServer

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

Types

type AddUserFishArgs

type AddUserFishArgs struct {
	Req *content.AddUserFishReq
}

func (*AddUserFishArgs) FastRead

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

func (*AddUserFishArgs) FastWrite

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

func (*AddUserFishArgs) GetFirstArgument

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

func (*AddUserFishArgs) GetReq

func (p *AddUserFishArgs) GetReq() *content.AddUserFishReq

func (*AddUserFishArgs) IsSetReq

func (p *AddUserFishArgs) IsSetReq() bool

func (*AddUserFishArgs) Marshal

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

func (*AddUserFishArgs) Size

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

func (*AddUserFishArgs) Unmarshal

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

type AddUserFishResult

type AddUserFishResult struct {
	Success *content.AddUserFishResp
}

func (*AddUserFishResult) FastRead

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

func (*AddUserFishResult) FastWrite

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

func (*AddUserFishResult) GetResult

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

func (*AddUserFishResult) GetSuccess

func (p *AddUserFishResult) GetSuccess() *content.AddUserFishResp

func (*AddUserFishResult) IsSetSuccess

func (p *AddUserFishResult) IsSetSuccess() bool

func (*AddUserFishResult) Marshal

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

func (*AddUserFishResult) SetSuccess

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

func (*AddUserFishResult) Size

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

func (*AddUserFishResult) Unmarshal

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

type CheckInArgs

type CheckInArgs struct {
	Req *content.CheckInReq
}

func (*CheckInArgs) FastRead

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

func (*CheckInArgs) FastWrite

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

func (*CheckInArgs) GetFirstArgument

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

func (*CheckInArgs) GetReq

func (p *CheckInArgs) GetReq() *content.CheckInReq

func (*CheckInArgs) IsSetReq

func (p *CheckInArgs) IsSetReq() bool

func (*CheckInArgs) Marshal

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

func (*CheckInArgs) Size

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

func (*CheckInArgs) Unmarshal

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

type CheckInResult

type CheckInResult struct {
	Success *content.CheckInResp
}

func (*CheckInResult) FastRead

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

func (*CheckInResult) FastWrite

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

func (*CheckInResult) GetResult

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

func (*CheckInResult) GetSuccess

func (p *CheckInResult) GetSuccess() *content.CheckInResp

func (*CheckInResult) IsSetSuccess

func (p *CheckInResult) IsSetSuccess() bool

func (*CheckInResult) Marshal

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

func (*CheckInResult) SetSuccess

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

func (*CheckInResult) Size

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

func (*CheckInResult) Unmarshal

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

type Client

type Client interface {
	SearchCat(ctx context.Context, Req *content.SearchCatReq, callOptions ...callopt.Option) (r *content.SearchCatResp, err error)
	ListCat(ctx context.Context, Req *content.ListCatReq, callOptions ...callopt.Option) (r *content.ListCatResp, err error)
	RetrieveCat(ctx context.Context, Req *content.RetrieveCatReq, callOptions ...callopt.Option) (r *content.RetrieveCatResp, err error)
	CreateCat(ctx context.Context, Req *content.CreateCatReq, callOptions ...callopt.Option) (r *content.CreateCatResp, err error)
	UpdateCat(ctx context.Context, Req *content.UpdateCatReq, callOptions ...callopt.Option) (r *content.UpdateCatResp, err error)
	DeleteCat(ctx context.Context, Req *content.DeleteCatReq, callOptions ...callopt.Option) (r *content.DeleteCatResp, err error)
	CreateImage(ctx context.Context, Req *content.CreateImageReq, callOptions ...callopt.Option) (r *content.CreateImageResp, err error)
	DeleteImage(ctx context.Context, Req *content.DeleteImageReq, callOptions ...callopt.Option) (r *content.DeleteImageResp, err error)
	ListImage(ctx context.Context, Req *content.ListImageReq, callOptions ...callopt.Option) (r *content.ListImageResp, err error)
	ListMoment(ctx context.Context, Req *content.ListMomentReq, callOptions ...callopt.Option) (r *content.ListMomentResp, err error)
	CountMoment(ctx context.Context, Req *content.CountMomentReq, callOptions ...callopt.Option) (r *content.CountMomentResp, err error)
	RetrieveMoment(ctx context.Context, Req *content.RetrieveMomentReq, callOptions ...callopt.Option) (r *content.RetrieveMomentResp, err error)
	CreateMoment(ctx context.Context, Req *content.CreateMomentReq, callOptions ...callopt.Option) (r *content.CreateMomentResp, err error)
	UpdateMoment(ctx context.Context, Req *content.UpdateMomentReq, callOptions ...callopt.Option) (r *content.UpdateMomentResp, err error)
	DeleteMoment(ctx context.Context, Req *content.DeleteMomentReq, callOptions ...callopt.Option) (r *content.DeleteMomentResp, err error)
	CreatePost(ctx context.Context, Req *content.CreatePostReq, callOptions ...callopt.Option) (r *content.CreatePostResp, err error)
	RetrievePost(ctx context.Context, Req *content.RetrievePostReq, callOptions ...callopt.Option) (r *content.RetrievePostResp, err error)
	UpdatePost(ctx context.Context, Req *content.UpdatePostReq, callOptions ...callopt.Option) (r *content.UpdatePostResp, err error)
	DeletePost(ctx context.Context, Req *content.DeletePostReq, callOptions ...callopt.Option) (r *content.DeletePostResp, err error)
	ListPost(ctx context.Context, Req *content.ListPostReq, callOptions ...callopt.Option) (r *content.ListPostResp, err error)
	CountPost(ctx context.Context, Req *content.CountPostReq, callOptions ...callopt.Option) (r *content.CountPostResp, err error)
	SetOfficial(ctx context.Context, Req *content.SetOfficialReq, callOptions ...callopt.Option) (r *content.SetOfficialResp, err error)
	ListPlan(ctx context.Context, Req *content.ListPlanReq, callOptions ...callopt.Option) (r *content.ListPlanResp, err error)
	CountPlan(ctx context.Context, Req *content.CountPlanReq, callOptions ...callopt.Option) (r *content.CountPlanResp, err error)
	RetrievePlan(ctx context.Context, Req *content.RetrievePlanReq, callOptions ...callopt.Option) (r *content.RetrievePlanResp, err error)
	CreatePlan(ctx context.Context, Req *content.CreatePlanReq, callOptions ...callopt.Option) (r *content.CreatePlanResp, err error)
	UpdatePlan(ctx context.Context, Req *content.UpdatePlanReq, callOptions ...callopt.Option) (r *content.UpdatePlanResp, err error)
	DeletePlan(ctx context.Context, Req *content.DeletePlanReq, callOptions ...callopt.Option) (r *content.DeletePlanResp, err error)
	DonateFish(ctx context.Context, Req *content.DonateFishReq, callOptions ...callopt.Option) (r *content.DonateFishResp, err error)
	AddUserFish(ctx context.Context, Req *content.AddUserFishReq, callOptions ...callopt.Option) (r *content.AddUserFishResp, err error)
	ListDonateByUser(ctx context.Context, Req *content.ListDonateByUserReq, callOptions ...callopt.Option) (r *content.ListDonateByUserResp, err error)
	ListFishByPlan(ctx context.Context, Req *content.ListFishByPlanReq, callOptions ...callopt.Option) (r *content.ListFishByPlanResp, err error)
	RetrieveUserFish(ctx context.Context, Req *content.RetrieveUserFishReq, callOptions ...callopt.Option) (r *content.RetrieveUserFishResp, err error)
	CountDonateByUser(ctx context.Context, Req *content.CountDonateByUserReq, callOptions ...callopt.Option) (r *content.CountDonateByUserResp, err error)
	CountDonateByPlan(ctx context.Context, Req *content.CountDonateByPlanReq, callOptions ...callopt.Option) (r *content.CountDonateByPlanResp, err error)
	GetMission(ctx context.Context, Req *content.GetMissionReq, callOptions ...callopt.Option) (r *content.GetMissionResp, err error)
	CheckIn(ctx context.Context, Req *content.CheckInReq, callOptions ...callopt.Option) (r *content.CheckInResp, 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 CountDonateByPlanArgs

type CountDonateByPlanArgs struct {
	Req *content.CountDonateByPlanReq
}

func (*CountDonateByPlanArgs) FastRead

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

func (*CountDonateByPlanArgs) FastWrite

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

func (*CountDonateByPlanArgs) GetFirstArgument

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

func (*CountDonateByPlanArgs) GetReq

func (*CountDonateByPlanArgs) IsSetReq

func (p *CountDonateByPlanArgs) IsSetReq() bool

func (*CountDonateByPlanArgs) Marshal

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

func (*CountDonateByPlanArgs) Size

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

func (*CountDonateByPlanArgs) Unmarshal

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

type CountDonateByPlanResult

type CountDonateByPlanResult struct {
	Success *content.CountDonateByPlanResp
}

func (*CountDonateByPlanResult) FastRead

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

func (*CountDonateByPlanResult) FastWrite

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

func (*CountDonateByPlanResult) GetResult

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

func (*CountDonateByPlanResult) GetSuccess

func (*CountDonateByPlanResult) IsSetSuccess

func (p *CountDonateByPlanResult) IsSetSuccess() bool

func (*CountDonateByPlanResult) Marshal

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

func (*CountDonateByPlanResult) SetSuccess

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

func (*CountDonateByPlanResult) Size

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

func (*CountDonateByPlanResult) Unmarshal

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

type CountDonateByUserArgs

type CountDonateByUserArgs struct {
	Req *content.CountDonateByUserReq
}

func (*CountDonateByUserArgs) FastRead

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

func (*CountDonateByUserArgs) FastWrite

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

func (*CountDonateByUserArgs) GetFirstArgument

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

func (*CountDonateByUserArgs) GetReq

func (*CountDonateByUserArgs) IsSetReq

func (p *CountDonateByUserArgs) IsSetReq() bool

func (*CountDonateByUserArgs) Marshal

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

func (*CountDonateByUserArgs) Size

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

func (*CountDonateByUserArgs) Unmarshal

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

type CountDonateByUserResult

type CountDonateByUserResult struct {
	Success *content.CountDonateByUserResp
}

func (*CountDonateByUserResult) FastRead

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

func (*CountDonateByUserResult) FastWrite

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

func (*CountDonateByUserResult) GetResult

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

func (*CountDonateByUserResult) GetSuccess

func (*CountDonateByUserResult) IsSetSuccess

func (p *CountDonateByUserResult) IsSetSuccess() bool

func (*CountDonateByUserResult) Marshal

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

func (*CountDonateByUserResult) SetSuccess

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

func (*CountDonateByUserResult) Size

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

func (*CountDonateByUserResult) Unmarshal

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

type CountMomentArgs

type CountMomentArgs struct {
	Req *content.CountMomentReq
}

func (*CountMomentArgs) FastRead

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

func (*CountMomentArgs) FastWrite

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

func (*CountMomentArgs) GetFirstArgument

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

func (*CountMomentArgs) GetReq

func (p *CountMomentArgs) GetReq() *content.CountMomentReq

func (*CountMomentArgs) IsSetReq

func (p *CountMomentArgs) IsSetReq() bool

func (*CountMomentArgs) Marshal

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

func (*CountMomentArgs) Size

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

func (*CountMomentArgs) Unmarshal

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

type CountMomentResult

type CountMomentResult struct {
	Success *content.CountMomentResp
}

func (*CountMomentResult) FastRead

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

func (*CountMomentResult) FastWrite

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

func (*CountMomentResult) GetResult

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

func (*CountMomentResult) GetSuccess

func (p *CountMomentResult) GetSuccess() *content.CountMomentResp

func (*CountMomentResult) IsSetSuccess

func (p *CountMomentResult) IsSetSuccess() bool

func (*CountMomentResult) Marshal

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

func (*CountMomentResult) SetSuccess

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

func (*CountMomentResult) Size

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

func (*CountMomentResult) Unmarshal

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

type CountPlanArgs

type CountPlanArgs struct {
	Req *content.CountPlanReq
}

func (*CountPlanArgs) FastRead

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

func (*CountPlanArgs) FastWrite

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

func (*CountPlanArgs) GetFirstArgument

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

func (*CountPlanArgs) GetReq

func (p *CountPlanArgs) GetReq() *content.CountPlanReq

func (*CountPlanArgs) IsSetReq

func (p *CountPlanArgs) IsSetReq() bool

func (*CountPlanArgs) Marshal

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

func (*CountPlanArgs) Size

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

func (*CountPlanArgs) Unmarshal

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

type CountPlanResult

type CountPlanResult struct {
	Success *content.CountPlanResp
}

func (*CountPlanResult) FastRead

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

func (*CountPlanResult) FastWrite

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

func (*CountPlanResult) GetResult

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

func (*CountPlanResult) GetSuccess

func (p *CountPlanResult) GetSuccess() *content.CountPlanResp

func (*CountPlanResult) IsSetSuccess

func (p *CountPlanResult) IsSetSuccess() bool

func (*CountPlanResult) Marshal

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

func (*CountPlanResult) SetSuccess

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

func (*CountPlanResult) Size

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

func (*CountPlanResult) Unmarshal

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

type CountPostArgs

type CountPostArgs struct {
	Req *content.CountPostReq
}

func (*CountPostArgs) FastRead

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

func (*CountPostArgs) FastWrite

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

func (*CountPostArgs) GetFirstArgument

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

func (*CountPostArgs) GetReq

func (p *CountPostArgs) GetReq() *content.CountPostReq

func (*CountPostArgs) IsSetReq

func (p *CountPostArgs) IsSetReq() bool

func (*CountPostArgs) Marshal

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

func (*CountPostArgs) Size

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

func (*CountPostArgs) Unmarshal

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

type CountPostResult

type CountPostResult struct {
	Success *content.CountPostResp
}

func (*CountPostResult) FastRead

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

func (*CountPostResult) FastWrite

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

func (*CountPostResult) GetResult

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

func (*CountPostResult) GetSuccess

func (p *CountPostResult) GetSuccess() *content.CountPostResp

func (*CountPostResult) IsSetSuccess

func (p *CountPostResult) IsSetSuccess() bool

func (*CountPostResult) Marshal

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

func (*CountPostResult) SetSuccess

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

func (*CountPostResult) Size

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

func (*CountPostResult) Unmarshal

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

type CreateCatArgs

type CreateCatArgs struct {
	Req *content.CreateCatReq
}

func (*CreateCatArgs) FastRead

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

func (*CreateCatArgs) FastWrite

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

func (*CreateCatArgs) GetFirstArgument

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

func (*CreateCatArgs) GetReq

func (p *CreateCatArgs) GetReq() *content.CreateCatReq

func (*CreateCatArgs) IsSetReq

func (p *CreateCatArgs) IsSetReq() bool

func (*CreateCatArgs) Marshal

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

func (*CreateCatArgs) Size

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

func (*CreateCatArgs) Unmarshal

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

type CreateCatResult

type CreateCatResult struct {
	Success *content.CreateCatResp
}

func (*CreateCatResult) FastRead

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

func (*CreateCatResult) FastWrite

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

func (*CreateCatResult) GetResult

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

func (*CreateCatResult) GetSuccess

func (p *CreateCatResult) GetSuccess() *content.CreateCatResp

func (*CreateCatResult) IsSetSuccess

func (p *CreateCatResult) IsSetSuccess() bool

func (*CreateCatResult) Marshal

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

func (*CreateCatResult) SetSuccess

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

func (*CreateCatResult) Size

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

func (*CreateCatResult) Unmarshal

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

type CreateImageArgs

type CreateImageArgs struct {
	Req *content.CreateImageReq
}

func (*CreateImageArgs) FastRead

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

func (*CreateImageArgs) FastWrite

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

func (*CreateImageArgs) GetFirstArgument

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

func (*CreateImageArgs) GetReq

func (p *CreateImageArgs) GetReq() *content.CreateImageReq

func (*CreateImageArgs) IsSetReq

func (p *CreateImageArgs) IsSetReq() bool

func (*CreateImageArgs) Marshal

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

func (*CreateImageArgs) Size

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

func (*CreateImageArgs) Unmarshal

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

type CreateImageResult

type CreateImageResult struct {
	Success *content.CreateImageResp
}

func (*CreateImageResult) FastRead

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

func (*CreateImageResult) FastWrite

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

func (*CreateImageResult) GetResult

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

func (*CreateImageResult) GetSuccess

func (p *CreateImageResult) GetSuccess() *content.CreateImageResp

func (*CreateImageResult) IsSetSuccess

func (p *CreateImageResult) IsSetSuccess() bool

func (*CreateImageResult) Marshal

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

func (*CreateImageResult) SetSuccess

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

func (*CreateImageResult) Size

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

func (*CreateImageResult) Unmarshal

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

type CreateMomentArgs

type CreateMomentArgs struct {
	Req *content.CreateMomentReq
}

func (*CreateMomentArgs) FastRead

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

func (*CreateMomentArgs) FastWrite

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

func (*CreateMomentArgs) GetFirstArgument

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

func (*CreateMomentArgs) GetReq

func (*CreateMomentArgs) IsSetReq

func (p *CreateMomentArgs) IsSetReq() bool

func (*CreateMomentArgs) Marshal

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

func (*CreateMomentArgs) Size

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

func (*CreateMomentArgs) Unmarshal

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

type CreateMomentResult

type CreateMomentResult struct {
	Success *content.CreateMomentResp
}

func (*CreateMomentResult) FastRead

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

func (*CreateMomentResult) FastWrite

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

func (*CreateMomentResult) GetResult

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

func (*CreateMomentResult) GetSuccess

func (p *CreateMomentResult) GetSuccess() *content.CreateMomentResp

func (*CreateMomentResult) IsSetSuccess

func (p *CreateMomentResult) IsSetSuccess() bool

func (*CreateMomentResult) Marshal

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

func (*CreateMomentResult) SetSuccess

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

func (*CreateMomentResult) Size

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

func (*CreateMomentResult) Unmarshal

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

type CreatePlanArgs

type CreatePlanArgs struct {
	Req *content.CreatePlanReq
}

func (*CreatePlanArgs) FastRead

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

func (*CreatePlanArgs) FastWrite

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

func (*CreatePlanArgs) GetFirstArgument

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

func (*CreatePlanArgs) GetReq

func (p *CreatePlanArgs) GetReq() *content.CreatePlanReq

func (*CreatePlanArgs) IsSetReq

func (p *CreatePlanArgs) IsSetReq() bool

func (*CreatePlanArgs) Marshal

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

func (*CreatePlanArgs) Size

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

func (*CreatePlanArgs) Unmarshal

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

type CreatePlanResult

type CreatePlanResult struct {
	Success *content.CreatePlanResp
}

func (*CreatePlanResult) FastRead

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

func (*CreatePlanResult) FastWrite

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

func (*CreatePlanResult) GetResult

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

func (*CreatePlanResult) GetSuccess

func (p *CreatePlanResult) GetSuccess() *content.CreatePlanResp

func (*CreatePlanResult) IsSetSuccess

func (p *CreatePlanResult) IsSetSuccess() bool

func (*CreatePlanResult) Marshal

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

func (*CreatePlanResult) SetSuccess

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

func (*CreatePlanResult) Size

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

func (*CreatePlanResult) Unmarshal

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

type CreatePostArgs

type CreatePostArgs struct {
	Req *content.CreatePostReq
}

func (*CreatePostArgs) FastRead

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

func (*CreatePostArgs) FastWrite

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

func (*CreatePostArgs) GetFirstArgument

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

func (*CreatePostArgs) GetReq

func (p *CreatePostArgs) GetReq() *content.CreatePostReq

func (*CreatePostArgs) IsSetReq

func (p *CreatePostArgs) IsSetReq() bool

func (*CreatePostArgs) Marshal

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

func (*CreatePostArgs) Size

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

func (*CreatePostArgs) Unmarshal

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

type CreatePostResult

type CreatePostResult struct {
	Success *content.CreatePostResp
}

func (*CreatePostResult) FastRead

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

func (*CreatePostResult) FastWrite

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

func (*CreatePostResult) GetResult

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

func (*CreatePostResult) GetSuccess

func (p *CreatePostResult) GetSuccess() *content.CreatePostResp

func (*CreatePostResult) IsSetSuccess

func (p *CreatePostResult) IsSetSuccess() bool

func (*CreatePostResult) Marshal

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

func (*CreatePostResult) SetSuccess

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

func (*CreatePostResult) Size

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

func (*CreatePostResult) Unmarshal

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

type DeleteCatArgs

type DeleteCatArgs struct {
	Req *content.DeleteCatReq
}

func (*DeleteCatArgs) FastRead

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

func (*DeleteCatArgs) FastWrite

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

func (*DeleteCatArgs) GetFirstArgument

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

func (*DeleteCatArgs) GetReq

func (p *DeleteCatArgs) GetReq() *content.DeleteCatReq

func (*DeleteCatArgs) IsSetReq

func (p *DeleteCatArgs) IsSetReq() bool

func (*DeleteCatArgs) Marshal

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

func (*DeleteCatArgs) Size

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

func (*DeleteCatArgs) Unmarshal

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

type DeleteCatResult

type DeleteCatResult struct {
	Success *content.DeleteCatResp
}

func (*DeleteCatResult) FastRead

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

func (*DeleteCatResult) FastWrite

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

func (*DeleteCatResult) GetResult

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

func (*DeleteCatResult) GetSuccess

func (p *DeleteCatResult) GetSuccess() *content.DeleteCatResp

func (*DeleteCatResult) IsSetSuccess

func (p *DeleteCatResult) IsSetSuccess() bool

func (*DeleteCatResult) Marshal

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

func (*DeleteCatResult) SetSuccess

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

func (*DeleteCatResult) Size

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

func (*DeleteCatResult) Unmarshal

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

type DeleteImageArgs

type DeleteImageArgs struct {
	Req *content.DeleteImageReq
}

func (*DeleteImageArgs) FastRead

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

func (*DeleteImageArgs) FastWrite

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

func (*DeleteImageArgs) GetFirstArgument

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

func (*DeleteImageArgs) GetReq

func (p *DeleteImageArgs) GetReq() *content.DeleteImageReq

func (*DeleteImageArgs) IsSetReq

func (p *DeleteImageArgs) IsSetReq() bool

func (*DeleteImageArgs) Marshal

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

func (*DeleteImageArgs) Size

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

func (*DeleteImageArgs) Unmarshal

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

type DeleteImageResult

type DeleteImageResult struct {
	Success *content.DeleteImageResp
}

func (*DeleteImageResult) FastRead

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

func (*DeleteImageResult) FastWrite

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

func (*DeleteImageResult) GetResult

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

func (*DeleteImageResult) GetSuccess

func (p *DeleteImageResult) GetSuccess() *content.DeleteImageResp

func (*DeleteImageResult) IsSetSuccess

func (p *DeleteImageResult) IsSetSuccess() bool

func (*DeleteImageResult) Marshal

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

func (*DeleteImageResult) SetSuccess

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

func (*DeleteImageResult) Size

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

func (*DeleteImageResult) Unmarshal

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

type DeleteMomentArgs

type DeleteMomentArgs struct {
	Req *content.DeleteMomentReq
}

func (*DeleteMomentArgs) FastRead

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

func (*DeleteMomentArgs) FastWrite

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

func (*DeleteMomentArgs) GetFirstArgument

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

func (*DeleteMomentArgs) GetReq

func (*DeleteMomentArgs) IsSetReq

func (p *DeleteMomentArgs) IsSetReq() bool

func (*DeleteMomentArgs) Marshal

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

func (*DeleteMomentArgs) Size

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

func (*DeleteMomentArgs) Unmarshal

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

type DeleteMomentResult

type DeleteMomentResult struct {
	Success *content.DeleteMomentResp
}

func (*DeleteMomentResult) FastRead

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

func (*DeleteMomentResult) FastWrite

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

func (*DeleteMomentResult) GetResult

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

func (*DeleteMomentResult) GetSuccess

func (p *DeleteMomentResult) GetSuccess() *content.DeleteMomentResp

func (*DeleteMomentResult) IsSetSuccess

func (p *DeleteMomentResult) IsSetSuccess() bool

func (*DeleteMomentResult) Marshal

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

func (*DeleteMomentResult) SetSuccess

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

func (*DeleteMomentResult) Size

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

func (*DeleteMomentResult) Unmarshal

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

type DeletePlanArgs

type DeletePlanArgs struct {
	Req *content.DeletePlanReq
}

func (*DeletePlanArgs) FastRead

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

func (*DeletePlanArgs) FastWrite

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

func (*DeletePlanArgs) GetFirstArgument

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

func (*DeletePlanArgs) GetReq

func (p *DeletePlanArgs) GetReq() *content.DeletePlanReq

func (*DeletePlanArgs) IsSetReq

func (p *DeletePlanArgs) IsSetReq() bool

func (*DeletePlanArgs) Marshal

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

func (*DeletePlanArgs) Size

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

func (*DeletePlanArgs) Unmarshal

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

type DeletePlanResult

type DeletePlanResult struct {
	Success *content.DeletePlanResp
}

func (*DeletePlanResult) FastRead

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

func (*DeletePlanResult) FastWrite

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

func (*DeletePlanResult) GetResult

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

func (*DeletePlanResult) GetSuccess

func (p *DeletePlanResult) GetSuccess() *content.DeletePlanResp

func (*DeletePlanResult) IsSetSuccess

func (p *DeletePlanResult) IsSetSuccess() bool

func (*DeletePlanResult) Marshal

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

func (*DeletePlanResult) SetSuccess

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

func (*DeletePlanResult) Size

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

func (*DeletePlanResult) Unmarshal

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

type DeletePostArgs

type DeletePostArgs struct {
	Req *content.DeletePostReq
}

func (*DeletePostArgs) FastRead

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

func (*DeletePostArgs) FastWrite

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

func (*DeletePostArgs) GetFirstArgument

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

func (*DeletePostArgs) GetReq

func (p *DeletePostArgs) GetReq() *content.DeletePostReq

func (*DeletePostArgs) IsSetReq

func (p *DeletePostArgs) IsSetReq() bool

func (*DeletePostArgs) Marshal

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

func (*DeletePostArgs) Size

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

func (*DeletePostArgs) Unmarshal

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

type DeletePostResult

type DeletePostResult struct {
	Success *content.DeletePostResp
}

func (*DeletePostResult) FastRead

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

func (*DeletePostResult) FastWrite

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

func (*DeletePostResult) GetResult

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

func (*DeletePostResult) GetSuccess

func (p *DeletePostResult) GetSuccess() *content.DeletePostResp

func (*DeletePostResult) IsSetSuccess

func (p *DeletePostResult) IsSetSuccess() bool

func (*DeletePostResult) Marshal

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

func (*DeletePostResult) SetSuccess

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

func (*DeletePostResult) Size

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

func (*DeletePostResult) Unmarshal

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

type DonateFishArgs

type DonateFishArgs struct {
	Req *content.DonateFishReq
}

func (*DonateFishArgs) FastRead

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

func (*DonateFishArgs) FastWrite

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

func (*DonateFishArgs) GetFirstArgument

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

func (*DonateFishArgs) GetReq

func (p *DonateFishArgs) GetReq() *content.DonateFishReq

func (*DonateFishArgs) IsSetReq

func (p *DonateFishArgs) IsSetReq() bool

func (*DonateFishArgs) Marshal

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

func (*DonateFishArgs) Size

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

func (*DonateFishArgs) Unmarshal

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

type DonateFishResult

type DonateFishResult struct {
	Success *content.DonateFishResp
}

func (*DonateFishResult) FastRead

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

func (*DonateFishResult) FastWrite

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

func (*DonateFishResult) GetResult

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

func (*DonateFishResult) GetSuccess

func (p *DonateFishResult) GetSuccess() *content.DonateFishResp

func (*DonateFishResult) IsSetSuccess

func (p *DonateFishResult) IsSetSuccess() bool

func (*DonateFishResult) Marshal

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

func (*DonateFishResult) SetSuccess

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

func (*DonateFishResult) Size

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

func (*DonateFishResult) Unmarshal

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

type GetMissionArgs

type GetMissionArgs struct {
	Req *content.GetMissionReq
}

func (*GetMissionArgs) FastRead

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

func (*GetMissionArgs) FastWrite

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

func (*GetMissionArgs) GetFirstArgument

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

func (*GetMissionArgs) GetReq

func (p *GetMissionArgs) GetReq() *content.GetMissionReq

func (*GetMissionArgs) IsSetReq

func (p *GetMissionArgs) IsSetReq() bool

func (*GetMissionArgs) Marshal

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

func (*GetMissionArgs) Size

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

func (*GetMissionArgs) Unmarshal

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

type GetMissionResult

type GetMissionResult struct {
	Success *content.GetMissionResp
}

func (*GetMissionResult) FastRead

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

func (*GetMissionResult) FastWrite

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

func (*GetMissionResult) GetResult

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

func (*GetMissionResult) GetSuccess

func (p *GetMissionResult) GetSuccess() *content.GetMissionResp

func (*GetMissionResult) IsSetSuccess

func (p *GetMissionResult) IsSetSuccess() bool

func (*GetMissionResult) Marshal

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

func (*GetMissionResult) SetSuccess

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

func (*GetMissionResult) Size

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

func (*GetMissionResult) Unmarshal

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

type ListCatArgs

type ListCatArgs struct {
	Req *content.ListCatReq
}

func (*ListCatArgs) FastRead

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

func (*ListCatArgs) FastWrite

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

func (*ListCatArgs) GetFirstArgument

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

func (*ListCatArgs) GetReq

func (p *ListCatArgs) GetReq() *content.ListCatReq

func (*ListCatArgs) IsSetReq

func (p *ListCatArgs) IsSetReq() bool

func (*ListCatArgs) Marshal

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

func (*ListCatArgs) Size

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

func (*ListCatArgs) Unmarshal

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

type ListCatResult

type ListCatResult struct {
	Success *content.ListCatResp
}

func (*ListCatResult) FastRead

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

func (*ListCatResult) FastWrite

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

func (*ListCatResult) GetResult

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

func (*ListCatResult) GetSuccess

func (p *ListCatResult) GetSuccess() *content.ListCatResp

func (*ListCatResult) IsSetSuccess

func (p *ListCatResult) IsSetSuccess() bool

func (*ListCatResult) Marshal

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

func (*ListCatResult) SetSuccess

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

func (*ListCatResult) Size

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

func (*ListCatResult) Unmarshal

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

type ListDonateByUserArgs

type ListDonateByUserArgs struct {
	Req *content.ListDonateByUserReq
}

func (*ListDonateByUserArgs) FastRead

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

func (*ListDonateByUserArgs) FastWrite

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

func (*ListDonateByUserArgs) GetFirstArgument

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

func (*ListDonateByUserArgs) GetReq

func (*ListDonateByUserArgs) IsSetReq

func (p *ListDonateByUserArgs) IsSetReq() bool

func (*ListDonateByUserArgs) Marshal

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

func (*ListDonateByUserArgs) Size

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

func (*ListDonateByUserArgs) Unmarshal

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

type ListDonateByUserResult

type ListDonateByUserResult struct {
	Success *content.ListDonateByUserResp
}

func (*ListDonateByUserResult) FastRead

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

func (*ListDonateByUserResult) FastWrite

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

func (*ListDonateByUserResult) GetResult

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

func (*ListDonateByUserResult) GetSuccess

func (*ListDonateByUserResult) IsSetSuccess

func (p *ListDonateByUserResult) IsSetSuccess() bool

func (*ListDonateByUserResult) Marshal

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

func (*ListDonateByUserResult) SetSuccess

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

func (*ListDonateByUserResult) Size

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

func (*ListDonateByUserResult) Unmarshal

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

type ListFishByPlanArgs

type ListFishByPlanArgs struct {
	Req *content.ListFishByPlanReq
}

func (*ListFishByPlanArgs) FastRead

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

func (*ListFishByPlanArgs) FastWrite

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

func (*ListFishByPlanArgs) GetFirstArgument

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

func (*ListFishByPlanArgs) GetReq

func (*ListFishByPlanArgs) IsSetReq

func (p *ListFishByPlanArgs) IsSetReq() bool

func (*ListFishByPlanArgs) Marshal

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

func (*ListFishByPlanArgs) Size

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

func (*ListFishByPlanArgs) Unmarshal

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

type ListFishByPlanResult

type ListFishByPlanResult struct {
	Success *content.ListFishByPlanResp
}

func (*ListFishByPlanResult) FastRead

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

func (*ListFishByPlanResult) FastWrite

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

func (*ListFishByPlanResult) GetResult

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

func (*ListFishByPlanResult) GetSuccess

func (*ListFishByPlanResult) IsSetSuccess

func (p *ListFishByPlanResult) IsSetSuccess() bool

func (*ListFishByPlanResult) Marshal

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

func (*ListFishByPlanResult) SetSuccess

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

func (*ListFishByPlanResult) Size

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

func (*ListFishByPlanResult) Unmarshal

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

type ListImageArgs

type ListImageArgs struct {
	Req *content.ListImageReq
}

func (*ListImageArgs) FastRead

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

func (*ListImageArgs) FastWrite

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

func (*ListImageArgs) GetFirstArgument

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

func (*ListImageArgs) GetReq

func (p *ListImageArgs) GetReq() *content.ListImageReq

func (*ListImageArgs) IsSetReq

func (p *ListImageArgs) IsSetReq() bool

func (*ListImageArgs) Marshal

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

func (*ListImageArgs) Size

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

func (*ListImageArgs) Unmarshal

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

type ListImageResult

type ListImageResult struct {
	Success *content.ListImageResp
}

func (*ListImageResult) FastRead

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

func (*ListImageResult) FastWrite

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

func (*ListImageResult) GetResult

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

func (*ListImageResult) GetSuccess

func (p *ListImageResult) GetSuccess() *content.ListImageResp

func (*ListImageResult) IsSetSuccess

func (p *ListImageResult) IsSetSuccess() bool

func (*ListImageResult) Marshal

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

func (*ListImageResult) SetSuccess

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

func (*ListImageResult) Size

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

func (*ListImageResult) Unmarshal

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

type ListMomentArgs

type ListMomentArgs struct {
	Req *content.ListMomentReq
}

func (*ListMomentArgs) FastRead

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

func (*ListMomentArgs) FastWrite

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

func (*ListMomentArgs) GetFirstArgument

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

func (*ListMomentArgs) GetReq

func (p *ListMomentArgs) GetReq() *content.ListMomentReq

func (*ListMomentArgs) IsSetReq

func (p *ListMomentArgs) IsSetReq() bool

func (*ListMomentArgs) Marshal

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

func (*ListMomentArgs) Size

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

func (*ListMomentArgs) Unmarshal

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

type ListMomentResult

type ListMomentResult struct {
	Success *content.ListMomentResp
}

func (*ListMomentResult) FastRead

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

func (*ListMomentResult) FastWrite

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

func (*ListMomentResult) GetResult

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

func (*ListMomentResult) GetSuccess

func (p *ListMomentResult) GetSuccess() *content.ListMomentResp

func (*ListMomentResult) IsSetSuccess

func (p *ListMomentResult) IsSetSuccess() bool

func (*ListMomentResult) Marshal

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

func (*ListMomentResult) SetSuccess

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

func (*ListMomentResult) Size

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

func (*ListMomentResult) Unmarshal

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

type ListPlanArgs

type ListPlanArgs struct {
	Req *content.ListPlanReq
}

func (*ListPlanArgs) FastRead

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

func (*ListPlanArgs) FastWrite

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

func (*ListPlanArgs) GetFirstArgument

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

func (*ListPlanArgs) GetReq

func (p *ListPlanArgs) GetReq() *content.ListPlanReq

func (*ListPlanArgs) IsSetReq

func (p *ListPlanArgs) IsSetReq() bool

func (*ListPlanArgs) Marshal

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

func (*ListPlanArgs) Size

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

func (*ListPlanArgs) Unmarshal

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

type ListPlanResult

type ListPlanResult struct {
	Success *content.ListPlanResp
}

func (*ListPlanResult) FastRead

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

func (*ListPlanResult) FastWrite

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

func (*ListPlanResult) GetResult

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

func (*ListPlanResult) GetSuccess

func (p *ListPlanResult) GetSuccess() *content.ListPlanResp

func (*ListPlanResult) IsSetSuccess

func (p *ListPlanResult) IsSetSuccess() bool

func (*ListPlanResult) Marshal

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

func (*ListPlanResult) SetSuccess

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

func (*ListPlanResult) Size

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

func (*ListPlanResult) Unmarshal

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

type ListPostArgs

type ListPostArgs struct {
	Req *content.ListPostReq
}

func (*ListPostArgs) FastRead

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

func (*ListPostArgs) FastWrite

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

func (*ListPostArgs) GetFirstArgument

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

func (*ListPostArgs) GetReq

func (p *ListPostArgs) GetReq() *content.ListPostReq

func (*ListPostArgs) IsSetReq

func (p *ListPostArgs) IsSetReq() bool

func (*ListPostArgs) Marshal

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

func (*ListPostArgs) Size

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

func (*ListPostArgs) Unmarshal

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

type ListPostResult

type ListPostResult struct {
	Success *content.ListPostResp
}

func (*ListPostResult) FastRead

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

func (*ListPostResult) FastWrite

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

func (*ListPostResult) GetResult

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

func (*ListPostResult) GetSuccess

func (p *ListPostResult) GetSuccess() *content.ListPostResp

func (*ListPostResult) IsSetSuccess

func (p *ListPostResult) IsSetSuccess() bool

func (*ListPostResult) Marshal

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

func (*ListPostResult) SetSuccess

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

func (*ListPostResult) Size

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

func (*ListPostResult) Unmarshal

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

type RetrieveCatArgs

type RetrieveCatArgs struct {
	Req *content.RetrieveCatReq
}

func (*RetrieveCatArgs) FastRead

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

func (*RetrieveCatArgs) FastWrite

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

func (*RetrieveCatArgs) GetFirstArgument

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

func (*RetrieveCatArgs) GetReq

func (p *RetrieveCatArgs) GetReq() *content.RetrieveCatReq

func (*RetrieveCatArgs) IsSetReq

func (p *RetrieveCatArgs) IsSetReq() bool

func (*RetrieveCatArgs) Marshal

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

func (*RetrieveCatArgs) Size

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

func (*RetrieveCatArgs) Unmarshal

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

type RetrieveCatResult

type RetrieveCatResult struct {
	Success *content.RetrieveCatResp
}

func (*RetrieveCatResult) FastRead

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

func (*RetrieveCatResult) FastWrite

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

func (*RetrieveCatResult) GetResult

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

func (*RetrieveCatResult) GetSuccess

func (p *RetrieveCatResult) GetSuccess() *content.RetrieveCatResp

func (*RetrieveCatResult) IsSetSuccess

func (p *RetrieveCatResult) IsSetSuccess() bool

func (*RetrieveCatResult) Marshal

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

func (*RetrieveCatResult) SetSuccess

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

func (*RetrieveCatResult) Size

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

func (*RetrieveCatResult) Unmarshal

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

type RetrieveMomentArgs

type RetrieveMomentArgs struct {
	Req *content.RetrieveMomentReq
}

func (*RetrieveMomentArgs) FastRead

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

func (*RetrieveMomentArgs) FastWrite

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

func (*RetrieveMomentArgs) GetFirstArgument

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

func (*RetrieveMomentArgs) GetReq

func (*RetrieveMomentArgs) IsSetReq

func (p *RetrieveMomentArgs) IsSetReq() bool

func (*RetrieveMomentArgs) Marshal

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

func (*RetrieveMomentArgs) Size

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

func (*RetrieveMomentArgs) Unmarshal

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

type RetrieveMomentResult

type RetrieveMomentResult struct {
	Success *content.RetrieveMomentResp
}

func (*RetrieveMomentResult) FastRead

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

func (*RetrieveMomentResult) FastWrite

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

func (*RetrieveMomentResult) GetResult

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

func (*RetrieveMomentResult) GetSuccess

func (*RetrieveMomentResult) IsSetSuccess

func (p *RetrieveMomentResult) IsSetSuccess() bool

func (*RetrieveMomentResult) Marshal

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

func (*RetrieveMomentResult) SetSuccess

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

func (*RetrieveMomentResult) Size

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

func (*RetrieveMomentResult) Unmarshal

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

type RetrievePlanArgs

type RetrievePlanArgs struct {
	Req *content.RetrievePlanReq
}

func (*RetrievePlanArgs) FastRead

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

func (*RetrievePlanArgs) FastWrite

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

func (*RetrievePlanArgs) GetFirstArgument

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

func (*RetrievePlanArgs) GetReq

func (*RetrievePlanArgs) IsSetReq

func (p *RetrievePlanArgs) IsSetReq() bool

func (*RetrievePlanArgs) Marshal

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

func (*RetrievePlanArgs) Size

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

func (*RetrievePlanArgs) Unmarshal

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

type RetrievePlanResult

type RetrievePlanResult struct {
	Success *content.RetrievePlanResp
}

func (*RetrievePlanResult) FastRead

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

func (*RetrievePlanResult) FastWrite

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

func (*RetrievePlanResult) GetResult

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

func (*RetrievePlanResult) GetSuccess

func (p *RetrievePlanResult) GetSuccess() *content.RetrievePlanResp

func (*RetrievePlanResult) IsSetSuccess

func (p *RetrievePlanResult) IsSetSuccess() bool

func (*RetrievePlanResult) Marshal

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

func (*RetrievePlanResult) SetSuccess

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

func (*RetrievePlanResult) Size

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

func (*RetrievePlanResult) Unmarshal

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

type RetrievePostArgs

type RetrievePostArgs struct {
	Req *content.RetrievePostReq
}

func (*RetrievePostArgs) FastRead

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

func (*RetrievePostArgs) FastWrite

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

func (*RetrievePostArgs) GetFirstArgument

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

func (*RetrievePostArgs) GetReq

func (*RetrievePostArgs) IsSetReq

func (p *RetrievePostArgs) IsSetReq() bool

func (*RetrievePostArgs) Marshal

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

func (*RetrievePostArgs) Size

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

func (*RetrievePostArgs) Unmarshal

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

type RetrievePostResult

type RetrievePostResult struct {
	Success *content.RetrievePostResp
}

func (*RetrievePostResult) FastRead

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

func (*RetrievePostResult) FastWrite

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

func (*RetrievePostResult) GetResult

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

func (*RetrievePostResult) GetSuccess

func (p *RetrievePostResult) GetSuccess() *content.RetrievePostResp

func (*RetrievePostResult) IsSetSuccess

func (p *RetrievePostResult) IsSetSuccess() bool

func (*RetrievePostResult) Marshal

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

func (*RetrievePostResult) SetSuccess

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

func (*RetrievePostResult) Size

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

func (*RetrievePostResult) Unmarshal

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

type RetrieveUserFishArgs

type RetrieveUserFishArgs struct {
	Req *content.RetrieveUserFishReq
}

func (*RetrieveUserFishArgs) FastRead

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

func (*RetrieveUserFishArgs) FastWrite

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

func (*RetrieveUserFishArgs) GetFirstArgument

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

func (*RetrieveUserFishArgs) GetReq

func (*RetrieveUserFishArgs) IsSetReq

func (p *RetrieveUserFishArgs) IsSetReq() bool

func (*RetrieveUserFishArgs) Marshal

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

func (*RetrieveUserFishArgs) Size

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

func (*RetrieveUserFishArgs) Unmarshal

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

type RetrieveUserFishResult

type RetrieveUserFishResult struct {
	Success *content.RetrieveUserFishResp
}

func (*RetrieveUserFishResult) FastRead

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

func (*RetrieveUserFishResult) FastWrite

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

func (*RetrieveUserFishResult) GetResult

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

func (*RetrieveUserFishResult) GetSuccess

func (*RetrieveUserFishResult) IsSetSuccess

func (p *RetrieveUserFishResult) IsSetSuccess() bool

func (*RetrieveUserFishResult) Marshal

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

func (*RetrieveUserFishResult) SetSuccess

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

func (*RetrieveUserFishResult) Size

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

func (*RetrieveUserFishResult) Unmarshal

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

type SearchCatArgs

type SearchCatArgs struct {
	Req *content.SearchCatReq
}

func (*SearchCatArgs) FastRead

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

func (*SearchCatArgs) FastWrite

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

func (*SearchCatArgs) GetFirstArgument

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

func (*SearchCatArgs) GetReq

func (p *SearchCatArgs) GetReq() *content.SearchCatReq

func (*SearchCatArgs) IsSetReq

func (p *SearchCatArgs) IsSetReq() bool

func (*SearchCatArgs) Marshal

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

func (*SearchCatArgs) Size

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

func (*SearchCatArgs) Unmarshal

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

type SearchCatResult

type SearchCatResult struct {
	Success *content.SearchCatResp
}

func (*SearchCatResult) FastRead

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

func (*SearchCatResult) FastWrite

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

func (*SearchCatResult) GetResult

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

func (*SearchCatResult) GetSuccess

func (p *SearchCatResult) GetSuccess() *content.SearchCatResp

func (*SearchCatResult) IsSetSuccess

func (p *SearchCatResult) IsSetSuccess() bool

func (*SearchCatResult) Marshal

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

func (*SearchCatResult) SetSuccess

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

func (*SearchCatResult) Size

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

func (*SearchCatResult) Unmarshal

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

type SetOfficialArgs

type SetOfficialArgs struct {
	Req *content.SetOfficialReq
}

func (*SetOfficialArgs) FastRead

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

func (*SetOfficialArgs) FastWrite

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

func (*SetOfficialArgs) GetFirstArgument

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

func (*SetOfficialArgs) GetReq

func (p *SetOfficialArgs) GetReq() *content.SetOfficialReq

func (*SetOfficialArgs) IsSetReq

func (p *SetOfficialArgs) IsSetReq() bool

func (*SetOfficialArgs) Marshal

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

func (*SetOfficialArgs) Size

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

func (*SetOfficialArgs) Unmarshal

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

type SetOfficialResult

type SetOfficialResult struct {
	Success *content.SetOfficialResp
}

func (*SetOfficialResult) FastRead

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

func (*SetOfficialResult) FastWrite

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

func (*SetOfficialResult) GetResult

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

func (*SetOfficialResult) GetSuccess

func (p *SetOfficialResult) GetSuccess() *content.SetOfficialResp

func (*SetOfficialResult) IsSetSuccess

func (p *SetOfficialResult) IsSetSuccess() bool

func (*SetOfficialResult) Marshal

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

func (*SetOfficialResult) SetSuccess

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

func (*SetOfficialResult) Size

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

func (*SetOfficialResult) Unmarshal

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

type UpdateCatArgs

type UpdateCatArgs struct {
	Req *content.UpdateCatReq
}

func (*UpdateCatArgs) FastRead

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

func (*UpdateCatArgs) FastWrite

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

func (*UpdateCatArgs) GetFirstArgument

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

func (*UpdateCatArgs) GetReq

func (p *UpdateCatArgs) GetReq() *content.UpdateCatReq

func (*UpdateCatArgs) IsSetReq

func (p *UpdateCatArgs) IsSetReq() bool

func (*UpdateCatArgs) Marshal

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

func (*UpdateCatArgs) Size

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

func (*UpdateCatArgs) Unmarshal

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

type UpdateCatResult

type UpdateCatResult struct {
	Success *content.UpdateCatResp
}

func (*UpdateCatResult) FastRead

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

func (*UpdateCatResult) FastWrite

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

func (*UpdateCatResult) GetResult

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

func (*UpdateCatResult) GetSuccess

func (p *UpdateCatResult) GetSuccess() *content.UpdateCatResp

func (*UpdateCatResult) IsSetSuccess

func (p *UpdateCatResult) IsSetSuccess() bool

func (*UpdateCatResult) Marshal

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

func (*UpdateCatResult) SetSuccess

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

func (*UpdateCatResult) Size

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

func (*UpdateCatResult) Unmarshal

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

type UpdateMomentArgs

type UpdateMomentArgs struct {
	Req *content.UpdateMomentReq
}

func (*UpdateMomentArgs) FastRead

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

func (*UpdateMomentArgs) FastWrite

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

func (*UpdateMomentArgs) GetFirstArgument

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

func (*UpdateMomentArgs) GetReq

func (*UpdateMomentArgs) IsSetReq

func (p *UpdateMomentArgs) IsSetReq() bool

func (*UpdateMomentArgs) Marshal

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

func (*UpdateMomentArgs) Size

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

func (*UpdateMomentArgs) Unmarshal

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

type UpdateMomentResult

type UpdateMomentResult struct {
	Success *content.UpdateMomentResp
}

func (*UpdateMomentResult) FastRead

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

func (*UpdateMomentResult) FastWrite

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

func (*UpdateMomentResult) GetResult

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

func (*UpdateMomentResult) GetSuccess

func (p *UpdateMomentResult) GetSuccess() *content.UpdateMomentResp

func (*UpdateMomentResult) IsSetSuccess

func (p *UpdateMomentResult) IsSetSuccess() bool

func (*UpdateMomentResult) Marshal

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

func (*UpdateMomentResult) SetSuccess

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

func (*UpdateMomentResult) Size

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

func (*UpdateMomentResult) Unmarshal

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

type UpdatePlanArgs

type UpdatePlanArgs struct {
	Req *content.UpdatePlanReq
}

func (*UpdatePlanArgs) FastRead

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

func (*UpdatePlanArgs) FastWrite

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

func (*UpdatePlanArgs) GetFirstArgument

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

func (*UpdatePlanArgs) GetReq

func (p *UpdatePlanArgs) GetReq() *content.UpdatePlanReq

func (*UpdatePlanArgs) IsSetReq

func (p *UpdatePlanArgs) IsSetReq() bool

func (*UpdatePlanArgs) Marshal

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

func (*UpdatePlanArgs) Size

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

func (*UpdatePlanArgs) Unmarshal

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

type UpdatePlanResult

type UpdatePlanResult struct {
	Success *content.UpdatePlanResp
}

func (*UpdatePlanResult) FastRead

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

func (*UpdatePlanResult) FastWrite

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

func (*UpdatePlanResult) GetResult

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

func (*UpdatePlanResult) GetSuccess

func (p *UpdatePlanResult) GetSuccess() *content.UpdatePlanResp

func (*UpdatePlanResult) IsSetSuccess

func (p *UpdatePlanResult) IsSetSuccess() bool

func (*UpdatePlanResult) Marshal

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

func (*UpdatePlanResult) SetSuccess

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

func (*UpdatePlanResult) Size

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

func (*UpdatePlanResult) Unmarshal

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

type UpdatePostArgs

type UpdatePostArgs struct {
	Req *content.UpdatePostReq
}

func (*UpdatePostArgs) FastRead

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

func (*UpdatePostArgs) FastWrite

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

func (*UpdatePostArgs) GetFirstArgument

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

func (*UpdatePostArgs) GetReq

func (p *UpdatePostArgs) GetReq() *content.UpdatePostReq

func (*UpdatePostArgs) IsSetReq

func (p *UpdatePostArgs) IsSetReq() bool

func (*UpdatePostArgs) Marshal

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

func (*UpdatePostArgs) Size

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

func (*UpdatePostArgs) Unmarshal

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

type UpdatePostResult

type UpdatePostResult struct {
	Success *content.UpdatePostResp
}

func (*UpdatePostResult) FastRead

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

func (*UpdatePostResult) FastWrite

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

func (*UpdatePostResult) GetResult

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

func (*UpdatePostResult) GetSuccess

func (p *UpdatePostResult) GetSuccess() *content.UpdatePostResp

func (*UpdatePostResult) IsSetSuccess

func (p *UpdatePostResult) IsSetSuccess() bool

func (*UpdatePostResult) Marshal

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

func (*UpdatePostResult) SetSuccess

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

func (*UpdatePostResult) Size

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

func (*UpdatePostResult) Unmarshal

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

Jump to

Keyboard shortcuts

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