academic

package
v0.0.0-...-9e57356 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetCreditResponse_Base_DEFAULT *model.BaseResp
View Source
var GetCreditResponse_Major_DEFAULT []*model.Credit
View Source
var GetGPAResponse_Base_DEFAULT *model.BaseResp
View Source
var GetGPAResponse_Gpa_DEFAULT *model.GPABean
View Source
var GetPlanResponse_Base_DEFAULT *model.BaseResp
View Source
var GetScoresResponse_Base_DEFAULT *model.BaseResp
View Source
var GetScoresResponse_Scores_DEFAULT []*model.Score
View Source
var GetUnifiedExamResponse_Base_DEFAULT *model.BaseResp
View Source
var GetUnifiedExamResponse_UnifiedExam_DEFAULT []*model.UnifiedExam
View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

Functions

This section is empty.

Types

type AcademicService

type AcademicService interface {
	GetScores(ctx context.Context, req *GetScoresRequest) (r *GetScoresResponse, err error)

	GetGPA(ctx context.Context, req *GetGPARequest) (r *GetGPAResponse, err error)

	GetCredit(ctx context.Context, req *GetCreditRequest) (r *GetCreditResponse, err error)

	GetUnifiedExam(ctx context.Context, req *GetUnifiedExamRequest) (r *GetUnifiedExamResponse, err error)

	GetPlan(ctx context.Context, req *GetPlanRequest) (r *GetPlanResponse, err error)
}

type AcademicServiceGetCreditArgs

type AcademicServiceGetCreditArgs struct {
	Req *GetCreditRequest `thrift:"req,1" frugal:"1,default,GetCreditRequest" json:"req"`
}

func NewAcademicServiceGetCreditArgs

func NewAcademicServiceGetCreditArgs() *AcademicServiceGetCreditArgs

func (*AcademicServiceGetCreditArgs) BLength

func (p *AcademicServiceGetCreditArgs) BLength() int

func (*AcademicServiceGetCreditArgs) DeepEqual

func (*AcademicServiceGetCreditArgs) FastRead

func (p *AcademicServiceGetCreditArgs) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetCreditArgs) FastReadField1

func (p *AcademicServiceGetCreditArgs) FastReadField1(buf []byte) (int, error)

func (*AcademicServiceGetCreditArgs) FastWrite

func (p *AcademicServiceGetCreditArgs) FastWrite(buf []byte) int

func (*AcademicServiceGetCreditArgs) FastWriteNocopy

func (p *AcademicServiceGetCreditArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetCreditArgs) Field1DeepEqual

func (p *AcademicServiceGetCreditArgs) Field1DeepEqual(src *GetCreditRequest) bool

func (*AcademicServiceGetCreditArgs) GetFirstArgument

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

func (*AcademicServiceGetCreditArgs) GetReq

func (*AcademicServiceGetCreditArgs) InitDefault

func (p *AcademicServiceGetCreditArgs) InitDefault()

func (*AcademicServiceGetCreditArgs) IsSetReq

func (p *AcademicServiceGetCreditArgs) IsSetReq() bool

func (*AcademicServiceGetCreditArgs) Read

func (p *AcademicServiceGetCreditArgs) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetCreditArgs) ReadField1

func (p *AcademicServiceGetCreditArgs) ReadField1(iprot thrift.TProtocol) error

func (*AcademicServiceGetCreditArgs) SetReq

func (*AcademicServiceGetCreditArgs) String

func (*AcademicServiceGetCreditArgs) Write

func (p *AcademicServiceGetCreditArgs) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetCreditResult

type AcademicServiceGetCreditResult struct {
	Success *GetCreditResponse `thrift:"success,0,optional" frugal:"0,optional,GetCreditResponse" json:"success,omitempty"`
}

func NewAcademicServiceGetCreditResult

func NewAcademicServiceGetCreditResult() *AcademicServiceGetCreditResult

func (*AcademicServiceGetCreditResult) BLength

func (p *AcademicServiceGetCreditResult) BLength() int

func (*AcademicServiceGetCreditResult) DeepEqual

func (*AcademicServiceGetCreditResult) FastRead

func (p *AcademicServiceGetCreditResult) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetCreditResult) FastReadField0

func (p *AcademicServiceGetCreditResult) FastReadField0(buf []byte) (int, error)

func (*AcademicServiceGetCreditResult) FastWrite

func (p *AcademicServiceGetCreditResult) FastWrite(buf []byte) int

func (*AcademicServiceGetCreditResult) FastWriteNocopy

func (p *AcademicServiceGetCreditResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetCreditResult) Field0DeepEqual

func (p *AcademicServiceGetCreditResult) Field0DeepEqual(src *GetCreditResponse) bool

func (*AcademicServiceGetCreditResult) GetResult

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

func (*AcademicServiceGetCreditResult) GetSuccess

func (*AcademicServiceGetCreditResult) InitDefault

func (p *AcademicServiceGetCreditResult) InitDefault()

func (*AcademicServiceGetCreditResult) IsSetSuccess

func (p *AcademicServiceGetCreditResult) IsSetSuccess() bool

func (*AcademicServiceGetCreditResult) Read

func (*AcademicServiceGetCreditResult) ReadField0

func (*AcademicServiceGetCreditResult) SetSuccess

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

func (*AcademicServiceGetCreditResult) String

func (*AcademicServiceGetCreditResult) Write

func (p *AcademicServiceGetCreditResult) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetGPAArgs

type AcademicServiceGetGPAArgs struct {
	Req *GetGPARequest `thrift:"req,1" frugal:"1,default,GetGPARequest" json:"req"`
}

func NewAcademicServiceGetGPAArgs

func NewAcademicServiceGetGPAArgs() *AcademicServiceGetGPAArgs

func (*AcademicServiceGetGPAArgs) BLength

func (p *AcademicServiceGetGPAArgs) BLength() int

func (*AcademicServiceGetGPAArgs) DeepEqual

func (*AcademicServiceGetGPAArgs) FastRead

func (p *AcademicServiceGetGPAArgs) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetGPAArgs) FastReadField1

func (p *AcademicServiceGetGPAArgs) FastReadField1(buf []byte) (int, error)

func (*AcademicServiceGetGPAArgs) FastWrite

func (p *AcademicServiceGetGPAArgs) FastWrite(buf []byte) int

func (*AcademicServiceGetGPAArgs) FastWriteNocopy

func (p *AcademicServiceGetGPAArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetGPAArgs) Field1DeepEqual

func (p *AcademicServiceGetGPAArgs) Field1DeepEqual(src *GetGPARequest) bool

func (*AcademicServiceGetGPAArgs) GetFirstArgument

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

func (*AcademicServiceGetGPAArgs) GetReq

func (p *AcademicServiceGetGPAArgs) GetReq() (v *GetGPARequest)

func (*AcademicServiceGetGPAArgs) InitDefault

func (p *AcademicServiceGetGPAArgs) InitDefault()

func (*AcademicServiceGetGPAArgs) IsSetReq

func (p *AcademicServiceGetGPAArgs) IsSetReq() bool

func (*AcademicServiceGetGPAArgs) Read

func (p *AcademicServiceGetGPAArgs) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetGPAArgs) ReadField1

func (p *AcademicServiceGetGPAArgs) ReadField1(iprot thrift.TProtocol) error

func (*AcademicServiceGetGPAArgs) SetReq

func (p *AcademicServiceGetGPAArgs) SetReq(val *GetGPARequest)

func (*AcademicServiceGetGPAArgs) String

func (p *AcademicServiceGetGPAArgs) String() string

func (*AcademicServiceGetGPAArgs) Write

func (p *AcademicServiceGetGPAArgs) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetGPAResult

type AcademicServiceGetGPAResult struct {
	Success *GetGPAResponse `thrift:"success,0,optional" frugal:"0,optional,GetGPAResponse" json:"success,omitempty"`
}

func NewAcademicServiceGetGPAResult

func NewAcademicServiceGetGPAResult() *AcademicServiceGetGPAResult

func (*AcademicServiceGetGPAResult) BLength

func (p *AcademicServiceGetGPAResult) BLength() int

func (*AcademicServiceGetGPAResult) DeepEqual

func (*AcademicServiceGetGPAResult) FastRead

func (p *AcademicServiceGetGPAResult) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetGPAResult) FastReadField0

func (p *AcademicServiceGetGPAResult) FastReadField0(buf []byte) (int, error)

func (*AcademicServiceGetGPAResult) FastWrite

func (p *AcademicServiceGetGPAResult) FastWrite(buf []byte) int

func (*AcademicServiceGetGPAResult) FastWriteNocopy

func (p *AcademicServiceGetGPAResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetGPAResult) Field0DeepEqual

func (p *AcademicServiceGetGPAResult) Field0DeepEqual(src *GetGPAResponse) bool

func (*AcademicServiceGetGPAResult) GetResult

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

func (*AcademicServiceGetGPAResult) GetSuccess

func (p *AcademicServiceGetGPAResult) GetSuccess() (v *GetGPAResponse)

func (*AcademicServiceGetGPAResult) InitDefault

func (p *AcademicServiceGetGPAResult) InitDefault()

func (*AcademicServiceGetGPAResult) IsSetSuccess

func (p *AcademicServiceGetGPAResult) IsSetSuccess() bool

func (*AcademicServiceGetGPAResult) Read

func (p *AcademicServiceGetGPAResult) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetGPAResult) ReadField0

func (p *AcademicServiceGetGPAResult) ReadField0(iprot thrift.TProtocol) error

func (*AcademicServiceGetGPAResult) SetSuccess

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

func (*AcademicServiceGetGPAResult) String

func (p *AcademicServiceGetGPAResult) String() string

func (*AcademicServiceGetGPAResult) Write

func (p *AcademicServiceGetGPAResult) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetPlanArgs

type AcademicServiceGetPlanArgs struct {
	Req *GetPlanRequest `thrift:"req,1" frugal:"1,default,GetPlanRequest" json:"req"`
}

func NewAcademicServiceGetPlanArgs

func NewAcademicServiceGetPlanArgs() *AcademicServiceGetPlanArgs

func (*AcademicServiceGetPlanArgs) BLength

func (p *AcademicServiceGetPlanArgs) BLength() int

func (*AcademicServiceGetPlanArgs) DeepEqual

func (*AcademicServiceGetPlanArgs) FastRead

func (p *AcademicServiceGetPlanArgs) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetPlanArgs) FastReadField1

func (p *AcademicServiceGetPlanArgs) FastReadField1(buf []byte) (int, error)

func (*AcademicServiceGetPlanArgs) FastWrite

func (p *AcademicServiceGetPlanArgs) FastWrite(buf []byte) int

func (*AcademicServiceGetPlanArgs) FastWriteNocopy

func (p *AcademicServiceGetPlanArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetPlanArgs) Field1DeepEqual

func (p *AcademicServiceGetPlanArgs) Field1DeepEqual(src *GetPlanRequest) bool

func (*AcademicServiceGetPlanArgs) GetFirstArgument

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

func (*AcademicServiceGetPlanArgs) GetReq

func (p *AcademicServiceGetPlanArgs) GetReq() (v *GetPlanRequest)

func (*AcademicServiceGetPlanArgs) InitDefault

func (p *AcademicServiceGetPlanArgs) InitDefault()

func (*AcademicServiceGetPlanArgs) IsSetReq

func (p *AcademicServiceGetPlanArgs) IsSetReq() bool

func (*AcademicServiceGetPlanArgs) Read

func (p *AcademicServiceGetPlanArgs) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetPlanArgs) ReadField1

func (p *AcademicServiceGetPlanArgs) ReadField1(iprot thrift.TProtocol) error

func (*AcademicServiceGetPlanArgs) SetReq

func (*AcademicServiceGetPlanArgs) String

func (p *AcademicServiceGetPlanArgs) String() string

func (*AcademicServiceGetPlanArgs) Write

func (p *AcademicServiceGetPlanArgs) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetPlanResult

type AcademicServiceGetPlanResult struct {
	Success *GetPlanResponse `thrift:"success,0,optional" frugal:"0,optional,GetPlanResponse" json:"success,omitempty"`
}

func NewAcademicServiceGetPlanResult

func NewAcademicServiceGetPlanResult() *AcademicServiceGetPlanResult

func (*AcademicServiceGetPlanResult) BLength

func (p *AcademicServiceGetPlanResult) BLength() int

func (*AcademicServiceGetPlanResult) DeepEqual

func (*AcademicServiceGetPlanResult) FastRead

func (p *AcademicServiceGetPlanResult) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetPlanResult) FastReadField0

func (p *AcademicServiceGetPlanResult) FastReadField0(buf []byte) (int, error)

func (*AcademicServiceGetPlanResult) FastWrite

func (p *AcademicServiceGetPlanResult) FastWrite(buf []byte) int

func (*AcademicServiceGetPlanResult) FastWriteNocopy

func (p *AcademicServiceGetPlanResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetPlanResult) Field0DeepEqual

func (p *AcademicServiceGetPlanResult) Field0DeepEqual(src *GetPlanResponse) bool

func (*AcademicServiceGetPlanResult) GetResult

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

func (*AcademicServiceGetPlanResult) GetSuccess

func (p *AcademicServiceGetPlanResult) GetSuccess() (v *GetPlanResponse)

func (*AcademicServiceGetPlanResult) InitDefault

func (p *AcademicServiceGetPlanResult) InitDefault()

func (*AcademicServiceGetPlanResult) IsSetSuccess

func (p *AcademicServiceGetPlanResult) IsSetSuccess() bool

func (*AcademicServiceGetPlanResult) Read

func (p *AcademicServiceGetPlanResult) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetPlanResult) ReadField0

func (p *AcademicServiceGetPlanResult) ReadField0(iprot thrift.TProtocol) error

func (*AcademicServiceGetPlanResult) SetSuccess

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

func (*AcademicServiceGetPlanResult) String

func (*AcademicServiceGetPlanResult) Write

func (p *AcademicServiceGetPlanResult) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetScoresArgs

type AcademicServiceGetScoresArgs struct {
	Req *GetScoresRequest `thrift:"req,1" frugal:"1,default,GetScoresRequest" json:"req"`
}

func NewAcademicServiceGetScoresArgs

func NewAcademicServiceGetScoresArgs() *AcademicServiceGetScoresArgs

func (*AcademicServiceGetScoresArgs) BLength

func (p *AcademicServiceGetScoresArgs) BLength() int

func (*AcademicServiceGetScoresArgs) DeepEqual

func (*AcademicServiceGetScoresArgs) FastRead

func (p *AcademicServiceGetScoresArgs) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetScoresArgs) FastReadField1

func (p *AcademicServiceGetScoresArgs) FastReadField1(buf []byte) (int, error)

func (*AcademicServiceGetScoresArgs) FastWrite

func (p *AcademicServiceGetScoresArgs) FastWrite(buf []byte) int

func (*AcademicServiceGetScoresArgs) FastWriteNocopy

func (p *AcademicServiceGetScoresArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetScoresArgs) Field1DeepEqual

func (p *AcademicServiceGetScoresArgs) Field1DeepEqual(src *GetScoresRequest) bool

func (*AcademicServiceGetScoresArgs) GetFirstArgument

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

func (*AcademicServiceGetScoresArgs) GetReq

func (*AcademicServiceGetScoresArgs) InitDefault

func (p *AcademicServiceGetScoresArgs) InitDefault()

func (*AcademicServiceGetScoresArgs) IsSetReq

func (p *AcademicServiceGetScoresArgs) IsSetReq() bool

func (*AcademicServiceGetScoresArgs) Read

func (p *AcademicServiceGetScoresArgs) Read(iprot thrift.TProtocol) (err error)

func (*AcademicServiceGetScoresArgs) ReadField1

func (p *AcademicServiceGetScoresArgs) ReadField1(iprot thrift.TProtocol) error

func (*AcademicServiceGetScoresArgs) SetReq

func (*AcademicServiceGetScoresArgs) String

func (*AcademicServiceGetScoresArgs) Write

func (p *AcademicServiceGetScoresArgs) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetScoresResult

type AcademicServiceGetScoresResult struct {
	Success *GetScoresResponse `thrift:"success,0,optional" frugal:"0,optional,GetScoresResponse" json:"success,omitempty"`
}

func NewAcademicServiceGetScoresResult

func NewAcademicServiceGetScoresResult() *AcademicServiceGetScoresResult

func (*AcademicServiceGetScoresResult) BLength

func (p *AcademicServiceGetScoresResult) BLength() int

func (*AcademicServiceGetScoresResult) DeepEqual

func (*AcademicServiceGetScoresResult) FastRead

func (p *AcademicServiceGetScoresResult) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetScoresResult) FastReadField0

func (p *AcademicServiceGetScoresResult) FastReadField0(buf []byte) (int, error)

func (*AcademicServiceGetScoresResult) FastWrite

func (p *AcademicServiceGetScoresResult) FastWrite(buf []byte) int

func (*AcademicServiceGetScoresResult) FastWriteNocopy

func (p *AcademicServiceGetScoresResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetScoresResult) Field0DeepEqual

func (p *AcademicServiceGetScoresResult) Field0DeepEqual(src *GetScoresResponse) bool

func (*AcademicServiceGetScoresResult) GetResult

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

func (*AcademicServiceGetScoresResult) GetSuccess

func (*AcademicServiceGetScoresResult) InitDefault

func (p *AcademicServiceGetScoresResult) InitDefault()

func (*AcademicServiceGetScoresResult) IsSetSuccess

func (p *AcademicServiceGetScoresResult) IsSetSuccess() bool

func (*AcademicServiceGetScoresResult) Read

func (*AcademicServiceGetScoresResult) ReadField0

func (*AcademicServiceGetScoresResult) SetSuccess

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

func (*AcademicServiceGetScoresResult) String

func (*AcademicServiceGetScoresResult) Write

func (p *AcademicServiceGetScoresResult) Write(oprot thrift.TProtocol) (err error)

type AcademicServiceGetUnifiedExamArgs

type AcademicServiceGetUnifiedExamArgs struct {
	Req *GetUnifiedExamRequest `thrift:"req,1" frugal:"1,default,GetUnifiedExamRequest" json:"req"`
}

func NewAcademicServiceGetUnifiedExamArgs

func NewAcademicServiceGetUnifiedExamArgs() *AcademicServiceGetUnifiedExamArgs

func (*AcademicServiceGetUnifiedExamArgs) BLength

func (*AcademicServiceGetUnifiedExamArgs) DeepEqual

func (*AcademicServiceGetUnifiedExamArgs) FastRead

func (p *AcademicServiceGetUnifiedExamArgs) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetUnifiedExamArgs) FastReadField1

func (p *AcademicServiceGetUnifiedExamArgs) FastReadField1(buf []byte) (int, error)

func (*AcademicServiceGetUnifiedExamArgs) FastWrite

func (p *AcademicServiceGetUnifiedExamArgs) FastWrite(buf []byte) int

func (*AcademicServiceGetUnifiedExamArgs) FastWriteNocopy

func (p *AcademicServiceGetUnifiedExamArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetUnifiedExamArgs) Field1DeepEqual

func (*AcademicServiceGetUnifiedExamArgs) GetFirstArgument

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

func (*AcademicServiceGetUnifiedExamArgs) GetReq

func (*AcademicServiceGetUnifiedExamArgs) InitDefault

func (p *AcademicServiceGetUnifiedExamArgs) InitDefault()

func (*AcademicServiceGetUnifiedExamArgs) IsSetReq

func (*AcademicServiceGetUnifiedExamArgs) Read

func (*AcademicServiceGetUnifiedExamArgs) ReadField1

func (*AcademicServiceGetUnifiedExamArgs) SetReq

func (*AcademicServiceGetUnifiedExamArgs) String

func (*AcademicServiceGetUnifiedExamArgs) Write

type AcademicServiceGetUnifiedExamResult

type AcademicServiceGetUnifiedExamResult struct {
	Success *GetUnifiedExamResponse `thrift:"success,0,optional" frugal:"0,optional,GetUnifiedExamResponse" json:"success,omitempty"`
}

func NewAcademicServiceGetUnifiedExamResult

func NewAcademicServiceGetUnifiedExamResult() *AcademicServiceGetUnifiedExamResult

func (*AcademicServiceGetUnifiedExamResult) BLength

func (*AcademicServiceGetUnifiedExamResult) DeepEqual

func (*AcademicServiceGetUnifiedExamResult) FastRead

func (p *AcademicServiceGetUnifiedExamResult) FastRead(buf []byte) (int, error)

func (*AcademicServiceGetUnifiedExamResult) FastReadField0

func (p *AcademicServiceGetUnifiedExamResult) FastReadField0(buf []byte) (int, error)

func (*AcademicServiceGetUnifiedExamResult) FastWrite

func (p *AcademicServiceGetUnifiedExamResult) FastWrite(buf []byte) int

func (*AcademicServiceGetUnifiedExamResult) FastWriteNocopy

func (p *AcademicServiceGetUnifiedExamResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*AcademicServiceGetUnifiedExamResult) Field0DeepEqual

func (*AcademicServiceGetUnifiedExamResult) GetResult

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

func (*AcademicServiceGetUnifiedExamResult) GetSuccess

func (*AcademicServiceGetUnifiedExamResult) InitDefault

func (p *AcademicServiceGetUnifiedExamResult) InitDefault()

func (*AcademicServiceGetUnifiedExamResult) IsSetSuccess

func (p *AcademicServiceGetUnifiedExamResult) IsSetSuccess() bool

func (*AcademicServiceGetUnifiedExamResult) Read

func (*AcademicServiceGetUnifiedExamResult) ReadField0

func (*AcademicServiceGetUnifiedExamResult) SetSuccess

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

func (*AcademicServiceGetUnifiedExamResult) String

func (*AcademicServiceGetUnifiedExamResult) Write

type GetCreditRequest

type GetCreditRequest struct {
}
var AcademicServiceGetCreditArgs_Req_DEFAULT *GetCreditRequest

func NewGetCreditRequest

func NewGetCreditRequest() *GetCreditRequest

func (*GetCreditRequest) BLength

func (p *GetCreditRequest) BLength() int

func (*GetCreditRequest) DeepEqual

func (p *GetCreditRequest) DeepEqual(ano *GetCreditRequest) bool

func (*GetCreditRequest) FastRead

func (p *GetCreditRequest) FastRead(buf []byte) (int, error)

func (*GetCreditRequest) FastWrite

func (p *GetCreditRequest) FastWrite(buf []byte) int

func (*GetCreditRequest) FastWriteNocopy

func (p *GetCreditRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetCreditRequest) InitDefault

func (p *GetCreditRequest) InitDefault()

func (*GetCreditRequest) Read

func (p *GetCreditRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetCreditRequest) String

func (p *GetCreditRequest) String() string

func (*GetCreditRequest) Write

func (p *GetCreditRequest) Write(oprot thrift.TProtocol) (err error)

type GetCreditResponse

type GetCreditResponse struct {
	Base  *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"`
	Major []*model.Credit `thrift:"major,2,optional" frugal:"2,optional,list<model.Credit>" json:"major,omitempty"`
}
var AcademicServiceGetCreditResult_Success_DEFAULT *GetCreditResponse

func NewGetCreditResponse

func NewGetCreditResponse() *GetCreditResponse

func (*GetCreditResponse) BLength

func (p *GetCreditResponse) BLength() int

func (*GetCreditResponse) DeepEqual

func (p *GetCreditResponse) DeepEqual(ano *GetCreditResponse) bool

func (*GetCreditResponse) FastRead

func (p *GetCreditResponse) FastRead(buf []byte) (int, error)

func (*GetCreditResponse) FastReadField1

func (p *GetCreditResponse) FastReadField1(buf []byte) (int, error)

func (*GetCreditResponse) FastReadField2

func (p *GetCreditResponse) FastReadField2(buf []byte) (int, error)

func (*GetCreditResponse) FastWrite

func (p *GetCreditResponse) FastWrite(buf []byte) int

func (*GetCreditResponse) FastWriteNocopy

func (p *GetCreditResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetCreditResponse) Field1DeepEqual

func (p *GetCreditResponse) Field1DeepEqual(src *model.BaseResp) bool

func (*GetCreditResponse) Field2DeepEqual

func (p *GetCreditResponse) Field2DeepEqual(src []*model.Credit) bool

func (*GetCreditResponse) GetBase

func (p *GetCreditResponse) GetBase() (v *model.BaseResp)

func (*GetCreditResponse) GetMajor

func (p *GetCreditResponse) GetMajor() (v []*model.Credit)

func (*GetCreditResponse) InitDefault

func (p *GetCreditResponse) InitDefault()

func (*GetCreditResponse) IsSetBase

func (p *GetCreditResponse) IsSetBase() bool

func (*GetCreditResponse) IsSetMajor

func (p *GetCreditResponse) IsSetMajor() bool

func (*GetCreditResponse) Read

func (p *GetCreditResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetCreditResponse) ReadField1

func (p *GetCreditResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetCreditResponse) ReadField2

func (p *GetCreditResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetCreditResponse) SetBase

func (p *GetCreditResponse) SetBase(val *model.BaseResp)

func (*GetCreditResponse) SetMajor

func (p *GetCreditResponse) SetMajor(val []*model.Credit)

func (*GetCreditResponse) String

func (p *GetCreditResponse) String() string

func (*GetCreditResponse) Write

func (p *GetCreditResponse) Write(oprot thrift.TProtocol) (err error)

type GetGPARequest

type GetGPARequest struct {
}
var AcademicServiceGetGPAArgs_Req_DEFAULT *GetGPARequest

func NewGetGPARequest

func NewGetGPARequest() *GetGPARequest

func (*GetGPARequest) BLength

func (p *GetGPARequest) BLength() int

func (*GetGPARequest) DeepEqual

func (p *GetGPARequest) DeepEqual(ano *GetGPARequest) bool

func (*GetGPARequest) FastRead

func (p *GetGPARequest) FastRead(buf []byte) (int, error)

func (*GetGPARequest) FastWrite

func (p *GetGPARequest) FastWrite(buf []byte) int

func (*GetGPARequest) FastWriteNocopy

func (p *GetGPARequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetGPARequest) InitDefault

func (p *GetGPARequest) InitDefault()

func (*GetGPARequest) Read

func (p *GetGPARequest) Read(iprot thrift.TProtocol) (err error)

func (*GetGPARequest) String

func (p *GetGPARequest) String() string

func (*GetGPARequest) Write

func (p *GetGPARequest) Write(oprot thrift.TProtocol) (err error)

type GetGPAResponse

type GetGPAResponse struct {
	Base *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"`
	Gpa  *model.GPABean  `thrift:"gpa,2,optional" frugal:"2,optional,model.GPABean" json:"gpa,omitempty"`
}
var AcademicServiceGetGPAResult_Success_DEFAULT *GetGPAResponse

func NewGetGPAResponse

func NewGetGPAResponse() *GetGPAResponse

func (*GetGPAResponse) BLength

func (p *GetGPAResponse) BLength() int

func (*GetGPAResponse) DeepEqual

func (p *GetGPAResponse) DeepEqual(ano *GetGPAResponse) bool

func (*GetGPAResponse) FastRead

func (p *GetGPAResponse) FastRead(buf []byte) (int, error)

func (*GetGPAResponse) FastReadField1

func (p *GetGPAResponse) FastReadField1(buf []byte) (int, error)

func (*GetGPAResponse) FastReadField2

func (p *GetGPAResponse) FastReadField2(buf []byte) (int, error)

func (*GetGPAResponse) FastWrite

func (p *GetGPAResponse) FastWrite(buf []byte) int

func (*GetGPAResponse) FastWriteNocopy

func (p *GetGPAResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetGPAResponse) Field1DeepEqual

func (p *GetGPAResponse) Field1DeepEqual(src *model.BaseResp) bool

func (*GetGPAResponse) Field2DeepEqual

func (p *GetGPAResponse) Field2DeepEqual(src *model.GPABean) bool

func (*GetGPAResponse) GetBase

func (p *GetGPAResponse) GetBase() (v *model.BaseResp)

func (*GetGPAResponse) GetGpa

func (p *GetGPAResponse) GetGpa() (v *model.GPABean)

func (*GetGPAResponse) InitDefault

func (p *GetGPAResponse) InitDefault()

func (*GetGPAResponse) IsSetBase

func (p *GetGPAResponse) IsSetBase() bool

func (*GetGPAResponse) IsSetGpa

func (p *GetGPAResponse) IsSetGpa() bool

func (*GetGPAResponse) Read

func (p *GetGPAResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetGPAResponse) ReadField1

func (p *GetGPAResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetGPAResponse) ReadField2

func (p *GetGPAResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetGPAResponse) SetBase

func (p *GetGPAResponse) SetBase(val *model.BaseResp)

func (*GetGPAResponse) SetGpa

func (p *GetGPAResponse) SetGpa(val *model.GPABean)

func (*GetGPAResponse) String

func (p *GetGPAResponse) String() string

func (*GetGPAResponse) Write

func (p *GetGPAResponse) Write(oprot thrift.TProtocol) (err error)

type GetPlanRequest

type GetPlanRequest struct {
}
var AcademicServiceGetPlanArgs_Req_DEFAULT *GetPlanRequest

func NewGetPlanRequest

func NewGetPlanRequest() *GetPlanRequest

func (*GetPlanRequest) BLength

func (p *GetPlanRequest) BLength() int

func (*GetPlanRequest) DeepEqual

func (p *GetPlanRequest) DeepEqual(ano *GetPlanRequest) bool

func (*GetPlanRequest) FastRead

func (p *GetPlanRequest) FastRead(buf []byte) (int, error)

func (*GetPlanRequest) FastWrite

func (p *GetPlanRequest) FastWrite(buf []byte) int

func (*GetPlanRequest) FastWriteNocopy

func (p *GetPlanRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetPlanRequest) InitDefault

func (p *GetPlanRequest) InitDefault()

func (*GetPlanRequest) Read

func (p *GetPlanRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetPlanRequest) String

func (p *GetPlanRequest) String() string

func (*GetPlanRequest) Write

func (p *GetPlanRequest) Write(oprot thrift.TProtocol) (err error)

type GetPlanResponse

type GetPlanResponse struct {
	Base *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"`
	Url  string          `thrift:"url,2" frugal:"2,default,string" json:"url"`
}
var AcademicServiceGetPlanResult_Success_DEFAULT *GetPlanResponse

func NewGetPlanResponse

func NewGetPlanResponse() *GetPlanResponse

func (*GetPlanResponse) BLength

func (p *GetPlanResponse) BLength() int

func (*GetPlanResponse) DeepEqual

func (p *GetPlanResponse) DeepEqual(ano *GetPlanResponse) bool

func (*GetPlanResponse) FastRead

func (p *GetPlanResponse) FastRead(buf []byte) (int, error)

func (*GetPlanResponse) FastReadField1

func (p *GetPlanResponse) FastReadField1(buf []byte) (int, error)

func (*GetPlanResponse) FastReadField2

func (p *GetPlanResponse) FastReadField2(buf []byte) (int, error)

func (*GetPlanResponse) FastWrite

func (p *GetPlanResponse) FastWrite(buf []byte) int

func (*GetPlanResponse) FastWriteNocopy

func (p *GetPlanResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetPlanResponse) Field1DeepEqual

func (p *GetPlanResponse) Field1DeepEqual(src *model.BaseResp) bool

func (*GetPlanResponse) Field2DeepEqual

func (p *GetPlanResponse) Field2DeepEqual(src string) bool

func (*GetPlanResponse) GetBase

func (p *GetPlanResponse) GetBase() (v *model.BaseResp)

func (*GetPlanResponse) GetUrl

func (p *GetPlanResponse) GetUrl() (v string)

func (*GetPlanResponse) InitDefault

func (p *GetPlanResponse) InitDefault()

func (*GetPlanResponse) IsSetBase

func (p *GetPlanResponse) IsSetBase() bool

func (*GetPlanResponse) Read

func (p *GetPlanResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetPlanResponse) ReadField1

func (p *GetPlanResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetPlanResponse) ReadField2

func (p *GetPlanResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetPlanResponse) SetBase

func (p *GetPlanResponse) SetBase(val *model.BaseResp)

func (*GetPlanResponse) SetUrl

func (p *GetPlanResponse) SetUrl(val string)

func (*GetPlanResponse) String

func (p *GetPlanResponse) String() string

func (*GetPlanResponse) Write

func (p *GetPlanResponse) Write(oprot thrift.TProtocol) (err error)

type GetScoresRequest

type GetScoresRequest struct {
}
var AcademicServiceGetScoresArgs_Req_DEFAULT *GetScoresRequest

func NewGetScoresRequest

func NewGetScoresRequest() *GetScoresRequest

func (*GetScoresRequest) BLength

func (p *GetScoresRequest) BLength() int

func (*GetScoresRequest) DeepEqual

func (p *GetScoresRequest) DeepEqual(ano *GetScoresRequest) bool

func (*GetScoresRequest) FastRead

func (p *GetScoresRequest) FastRead(buf []byte) (int, error)

func (*GetScoresRequest) FastWrite

func (p *GetScoresRequest) FastWrite(buf []byte) int

func (*GetScoresRequest) FastWriteNocopy

func (p *GetScoresRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetScoresRequest) InitDefault

func (p *GetScoresRequest) InitDefault()

func (*GetScoresRequest) Read

func (p *GetScoresRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetScoresRequest) String

func (p *GetScoresRequest) String() string

func (*GetScoresRequest) Write

func (p *GetScoresRequest) Write(oprot thrift.TProtocol) (err error)

type GetScoresResponse

type GetScoresResponse struct {
	Base   *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"`
	Scores []*model.Score  `thrift:"scores,2,optional" frugal:"2,optional,list<model.Score>" json:"scores,omitempty"`
}
var AcademicServiceGetScoresResult_Success_DEFAULT *GetScoresResponse

func NewGetScoresResponse

func NewGetScoresResponse() *GetScoresResponse

func (*GetScoresResponse) BLength

func (p *GetScoresResponse) BLength() int

func (*GetScoresResponse) DeepEqual

func (p *GetScoresResponse) DeepEqual(ano *GetScoresResponse) bool

func (*GetScoresResponse) FastRead

func (p *GetScoresResponse) FastRead(buf []byte) (int, error)

func (*GetScoresResponse) FastReadField1

func (p *GetScoresResponse) FastReadField1(buf []byte) (int, error)

func (*GetScoresResponse) FastReadField2

func (p *GetScoresResponse) FastReadField2(buf []byte) (int, error)

func (*GetScoresResponse) FastWrite

func (p *GetScoresResponse) FastWrite(buf []byte) int

func (*GetScoresResponse) FastWriteNocopy

func (p *GetScoresResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetScoresResponse) Field1DeepEqual

func (p *GetScoresResponse) Field1DeepEqual(src *model.BaseResp) bool

func (*GetScoresResponse) Field2DeepEqual

func (p *GetScoresResponse) Field2DeepEqual(src []*model.Score) bool

func (*GetScoresResponse) GetBase

func (p *GetScoresResponse) GetBase() (v *model.BaseResp)

func (*GetScoresResponse) GetScores

func (p *GetScoresResponse) GetScores() (v []*model.Score)

func (*GetScoresResponse) InitDefault

func (p *GetScoresResponse) InitDefault()

func (*GetScoresResponse) IsSetBase

func (p *GetScoresResponse) IsSetBase() bool

func (*GetScoresResponse) IsSetScores

func (p *GetScoresResponse) IsSetScores() bool

func (*GetScoresResponse) Read

func (p *GetScoresResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetScoresResponse) ReadField1

func (p *GetScoresResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetScoresResponse) ReadField2

func (p *GetScoresResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetScoresResponse) SetBase

func (p *GetScoresResponse) SetBase(val *model.BaseResp)

func (*GetScoresResponse) SetScores

func (p *GetScoresResponse) SetScores(val []*model.Score)

func (*GetScoresResponse) String

func (p *GetScoresResponse) String() string

func (*GetScoresResponse) Write

func (p *GetScoresResponse) Write(oprot thrift.TProtocol) (err error)

type GetUnifiedExamRequest

type GetUnifiedExamRequest struct {
}
var AcademicServiceGetUnifiedExamArgs_Req_DEFAULT *GetUnifiedExamRequest

func NewGetUnifiedExamRequest

func NewGetUnifiedExamRequest() *GetUnifiedExamRequest

func (*GetUnifiedExamRequest) BLength

func (p *GetUnifiedExamRequest) BLength() int

func (*GetUnifiedExamRequest) DeepEqual

func (*GetUnifiedExamRequest) FastRead

func (p *GetUnifiedExamRequest) FastRead(buf []byte) (int, error)

func (*GetUnifiedExamRequest) FastWrite

func (p *GetUnifiedExamRequest) FastWrite(buf []byte) int

func (*GetUnifiedExamRequest) FastWriteNocopy

func (p *GetUnifiedExamRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetUnifiedExamRequest) InitDefault

func (p *GetUnifiedExamRequest) InitDefault()

func (*GetUnifiedExamRequest) Read

func (p *GetUnifiedExamRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetUnifiedExamRequest) String

func (p *GetUnifiedExamRequest) String() string

func (*GetUnifiedExamRequest) Write

func (p *GetUnifiedExamRequest) Write(oprot thrift.TProtocol) (err error)

type GetUnifiedExamResponse

type GetUnifiedExamResponse struct {
	Base        *model.BaseResp      `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"`
	UnifiedExam []*model.UnifiedExam `thrift:"unifiedExam,2,optional" frugal:"2,optional,list<model.UnifiedExam>" json:"unifiedExam,omitempty"`
}
var AcademicServiceGetUnifiedExamResult_Success_DEFAULT *GetUnifiedExamResponse

func NewGetUnifiedExamResponse

func NewGetUnifiedExamResponse() *GetUnifiedExamResponse

func (*GetUnifiedExamResponse) BLength

func (p *GetUnifiedExamResponse) BLength() int

func (*GetUnifiedExamResponse) DeepEqual

func (*GetUnifiedExamResponse) FastRead

func (p *GetUnifiedExamResponse) FastRead(buf []byte) (int, error)

func (*GetUnifiedExamResponse) FastReadField1

func (p *GetUnifiedExamResponse) FastReadField1(buf []byte) (int, error)

func (*GetUnifiedExamResponse) FastReadField2

func (p *GetUnifiedExamResponse) FastReadField2(buf []byte) (int, error)

func (*GetUnifiedExamResponse) FastWrite

func (p *GetUnifiedExamResponse) FastWrite(buf []byte) int

func (*GetUnifiedExamResponse) FastWriteNocopy

func (p *GetUnifiedExamResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GetUnifiedExamResponse) Field1DeepEqual

func (p *GetUnifiedExamResponse) Field1DeepEqual(src *model.BaseResp) bool

func (*GetUnifiedExamResponse) Field2DeepEqual

func (p *GetUnifiedExamResponse) Field2DeepEqual(src []*model.UnifiedExam) bool

func (*GetUnifiedExamResponse) GetBase

func (p *GetUnifiedExamResponse) GetBase() (v *model.BaseResp)

func (*GetUnifiedExamResponse) GetUnifiedExam

func (p *GetUnifiedExamResponse) GetUnifiedExam() (v []*model.UnifiedExam)

func (*GetUnifiedExamResponse) InitDefault

func (p *GetUnifiedExamResponse) InitDefault()

func (*GetUnifiedExamResponse) IsSetBase

func (p *GetUnifiedExamResponse) IsSetBase() bool

func (*GetUnifiedExamResponse) IsSetUnifiedExam

func (p *GetUnifiedExamResponse) IsSetUnifiedExam() bool

func (*GetUnifiedExamResponse) Read

func (p *GetUnifiedExamResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetUnifiedExamResponse) ReadField1

func (p *GetUnifiedExamResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetUnifiedExamResponse) ReadField2

func (p *GetUnifiedExamResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetUnifiedExamResponse) SetBase

func (p *GetUnifiedExamResponse) SetBase(val *model.BaseResp)

func (*GetUnifiedExamResponse) SetUnifiedExam

func (p *GetUnifiedExamResponse) SetUnifiedExam(val []*model.UnifiedExam)

func (*GetUnifiedExamResponse) String

func (p *GetUnifiedExamResponse) String() string

func (*GetUnifiedExamResponse) Write

func (p *GetUnifiedExamResponse) Write(oprot thrift.TProtocol) (err error)

Directories

Path Synopsis
Code generated by Kitex v0.12.1.
Code generated by Kitex v0.12.1.

Jump to

Keyboard shortcuts

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