msg

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_amv_vaccine_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PathogenDTO

type PathogenDTO struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Avatar string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

DTO

func (*PathogenDTO) Descriptor deprecated

func (*PathogenDTO) Descriptor() ([]byte, []int)

Deprecated: Use PathogenDTO.ProtoReflect.Descriptor instead.

func (*PathogenDTO) GetAvatar

func (x *PathogenDTO) GetAvatar() string

func (*PathogenDTO) GetId

func (x *PathogenDTO) GetId() string

func (*PathogenDTO) GetName

func (x *PathogenDTO) GetName() string

func (*PathogenDTO) ProtoMessage

func (*PathogenDTO) ProtoMessage()

func (*PathogenDTO) ProtoReflect

func (x *PathogenDTO) ProtoReflect() protoreflect.Message

func (*PathogenDTO) Reset

func (x *PathogenDTO) Reset()

func (*PathogenDTO) String

func (x *PathogenDTO) String() string

type RequestAddVaccine2Book

type RequestAddVaccine2Book struct {
	VaccineId string `protobuf:"bytes,1,opt,name=vaccineId,proto3" json:"vaccineId,omitempty"`
	BookId    string `protobuf:"bytes,2,opt,name=bookId,proto3" json:"bookId,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestAddVaccine2Book) Descriptor deprecated

func (*RequestAddVaccine2Book) Descriptor() ([]byte, []int)

Deprecated: Use RequestAddVaccine2Book.ProtoReflect.Descriptor instead.

func (*RequestAddVaccine2Book) GetBookId

func (x *RequestAddVaccine2Book) GetBookId() string

func (*RequestAddVaccine2Book) GetVaccineId

func (x *RequestAddVaccine2Book) GetVaccineId() string

func (*RequestAddVaccine2Book) ProtoMessage

func (*RequestAddVaccine2Book) ProtoMessage()

func (*RequestAddVaccine2Book) ProtoReflect

func (x *RequestAddVaccine2Book) ProtoReflect() protoreflect.Message

func (*RequestAddVaccine2Book) Reset

func (x *RequestAddVaccine2Book) Reset()

func (*RequestAddVaccine2Book) String

func (x *RequestAddVaccine2Book) String() string

type RequestCalendarBook

type RequestCalendarBook struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	BookId string `protobuf:"bytes,2,opt,name=bookId,proto3" json:"bookId,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCalendarBook) Descriptor deprecated

func (*RequestCalendarBook) Descriptor() ([]byte, []int)

Deprecated: Use RequestCalendarBook.ProtoReflect.Descriptor instead.

func (*RequestCalendarBook) GetBookId

func (x *RequestCalendarBook) GetBookId() string

func (*RequestCalendarBook) GetPath

func (x *RequestCalendarBook) GetPath() string

func (*RequestCalendarBook) ProtoMessage

func (*RequestCalendarBook) ProtoMessage()

func (*RequestCalendarBook) ProtoReflect

func (x *RequestCalendarBook) ProtoReflect() protoreflect.Message

func (*RequestCalendarBook) Reset

func (x *RequestCalendarBook) Reset()

func (*RequestCalendarBook) String

func (x *RequestCalendarBook) String() string

type RequestCheckVaccine2Book

type RequestCheckVaccine2Book struct {
	VaccineId string `protobuf:"bytes,1,opt,name=vaccineId,proto3" json:"vaccineId,omitempty"`
	BookId    string `protobuf:"bytes,2,opt,name=bookId,proto3" json:"bookId,omitempty"`
	Turn      int64  `protobuf:"varint,3,opt,name=turn,proto3" json:"turn,omitempty"`
	Check     bool   `protobuf:"varint,4,opt,name=check,proto3" json:"check,omitempty"`
	Time      int64  `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCheckVaccine2Book) Descriptor deprecated

func (*RequestCheckVaccine2Book) Descriptor() ([]byte, []int)

Deprecated: Use RequestCheckVaccine2Book.ProtoReflect.Descriptor instead.

func (*RequestCheckVaccine2Book) GetBookId

func (x *RequestCheckVaccine2Book) GetBookId() string

func (*RequestCheckVaccine2Book) GetCheck

func (x *RequestCheckVaccine2Book) GetCheck() bool

func (*RequestCheckVaccine2Book) GetTime

func (x *RequestCheckVaccine2Book) GetTime() int64

func (*RequestCheckVaccine2Book) GetTurn

func (x *RequestCheckVaccine2Book) GetTurn() int64

func (*RequestCheckVaccine2Book) GetVaccineId

func (x *RequestCheckVaccine2Book) GetVaccineId() string

func (*RequestCheckVaccine2Book) ProtoMessage

func (*RequestCheckVaccine2Book) ProtoMessage()

func (*RequestCheckVaccine2Book) ProtoReflect

func (x *RequestCheckVaccine2Book) ProtoReflect() protoreflect.Message

func (*RequestCheckVaccine2Book) Reset

func (x *RequestCheckVaccine2Book) Reset()

func (*RequestCheckVaccine2Book) String

func (x *RequestCheckVaccine2Book) String() string

type RequestGetDetailPathogen

type RequestGetDetailPathogen struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGetDetailPathogen) Descriptor deprecated

func (*RequestGetDetailPathogen) Descriptor() ([]byte, []int)

Deprecated: Use RequestGetDetailPathogen.ProtoReflect.Descriptor instead.

func (*RequestGetDetailPathogen) GetId

func (x *RequestGetDetailPathogen) GetId() string

func (*RequestGetDetailPathogen) ProtoMessage

func (*RequestGetDetailPathogen) ProtoMessage()

func (*RequestGetDetailPathogen) ProtoReflect

func (x *RequestGetDetailPathogen) ProtoReflect() protoreflect.Message

func (*RequestGetDetailPathogen) Reset

func (x *RequestGetDetailPathogen) Reset()

func (*RequestGetDetailPathogen) String

func (x *RequestGetDetailPathogen) String() string

type RequestGetDetailVaccine

type RequestGetDetailVaccine struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGetDetailVaccine) Descriptor deprecated

func (*RequestGetDetailVaccine) Descriptor() ([]byte, []int)

Deprecated: Use RequestGetDetailVaccine.ProtoReflect.Descriptor instead.

func (*RequestGetDetailVaccine) GetId

func (x *RequestGetDetailVaccine) GetId() string

func (*RequestGetDetailVaccine) ProtoMessage

func (*RequestGetDetailVaccine) ProtoMessage()

func (*RequestGetDetailVaccine) ProtoReflect

func (x *RequestGetDetailVaccine) ProtoReflect() protoreflect.Message

func (*RequestGetDetailVaccine) Reset

func (x *RequestGetDetailVaccine) Reset()

func (*RequestGetDetailVaccine) String

func (x *RequestGetDetailVaccine) String() string

type RequestGetHistoryBook

type RequestGetHistoryBook struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	BookId string `protobuf:"bytes,2,opt,name=bookId,proto3" json:"bookId,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGetHistoryBook) Descriptor deprecated

func (*RequestGetHistoryBook) Descriptor() ([]byte, []int)

Deprecated: Use RequestGetHistoryBook.ProtoReflect.Descriptor instead.

func (*RequestGetHistoryBook) GetBookId

func (x *RequestGetHistoryBook) GetBookId() string

func (*RequestGetHistoryBook) GetPath

func (x *RequestGetHistoryBook) GetPath() string

func (*RequestGetHistoryBook) ProtoMessage

func (*RequestGetHistoryBook) ProtoMessage()

func (*RequestGetHistoryBook) ProtoReflect

func (x *RequestGetHistoryBook) ProtoReflect() protoreflect.Message

func (*RequestGetHistoryBook) Reset

func (x *RequestGetHistoryBook) Reset()

func (*RequestGetHistoryBook) String

func (x *RequestGetHistoryBook) String() string

type RequestGetList

type RequestGetList struct {
	Age      int32  `protobuf:"varint,1,opt,name=age,proto3" json:"age,omitempty"`
	Pathogen string `protobuf:"bytes,2,opt,name=pathogen,proto3" json:"pathogen,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGetList) Descriptor deprecated

func (*RequestGetList) Descriptor() ([]byte, []int)

Deprecated: Use RequestGetList.ProtoReflect.Descriptor instead.

func (*RequestGetList) GetAge

func (x *RequestGetList) GetAge() int32

func (*RequestGetList) GetPathogen

func (x *RequestGetList) GetPathogen() string

func (*RequestGetList) ProtoMessage

func (*RequestGetList) ProtoMessage()

func (*RequestGetList) ProtoReflect

func (x *RequestGetList) ProtoReflect() protoreflect.Message

func (*RequestGetList) Reset

func (x *RequestGetList) Reset()

func (*RequestGetList) String

func (x *RequestGetList) String() string

type RequestMyVaccineBook

type RequestMyVaccineBook struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestMyVaccineBook) Descriptor deprecated

func (*RequestMyVaccineBook) Descriptor() ([]byte, []int)

Deprecated: Use RequestMyVaccineBook.ProtoReflect.Descriptor instead.

func (*RequestMyVaccineBook) GetId

func (x *RequestMyVaccineBook) GetId() string

func (*RequestMyVaccineBook) ProtoMessage

func (*RequestMyVaccineBook) ProtoMessage()

func (*RequestMyVaccineBook) ProtoReflect

func (x *RequestMyVaccineBook) ProtoReflect() protoreflect.Message

func (*RequestMyVaccineBook) Reset

func (x *RequestMyVaccineBook) Reset()

func (*RequestMyVaccineBook) String

func (x *RequestMyVaccineBook) String() string

type ResponseCalendar

type ResponseCalendar struct {
	Calendar []*VaccineUserDetailDTO `protobuf:"bytes,1,rep,name=calendar,proto3" json:"calendar,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseCalendar) Descriptor deprecated

func (*ResponseCalendar) Descriptor() ([]byte, []int)

Deprecated: Use ResponseCalendar.ProtoReflect.Descriptor instead.

func (*ResponseCalendar) GetCalendar

func (x *ResponseCalendar) GetCalendar() []*VaccineUserDetailDTO

func (*ResponseCalendar) ProtoMessage

func (*ResponseCalendar) ProtoMessage()

func (*ResponseCalendar) ProtoReflect

func (x *ResponseCalendar) ProtoReflect() protoreflect.Message

func (*ResponseCalendar) Reset

func (x *ResponseCalendar) Reset()

func (*ResponseCalendar) String

func (x *ResponseCalendar) String() string

type ResponseGetList

type ResponseGetList struct {
	Res []*VaccineDetail `protobuf:"bytes,1,rep,name=res,proto3" json:"res,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseGetList) Descriptor deprecated

func (*ResponseGetList) Descriptor() ([]byte, []int)

Deprecated: Use ResponseGetList.ProtoReflect.Descriptor instead.

func (*ResponseGetList) GetRes

func (x *ResponseGetList) GetRes() []*VaccineDetail

func (*ResponseGetList) ProtoMessage

func (*ResponseGetList) ProtoMessage()

func (*ResponseGetList) ProtoReflect

func (x *ResponseGetList) ProtoReflect() protoreflect.Message

func (*ResponseGetList) Reset

func (x *ResponseGetList) Reset()

func (*ResponseGetList) String

func (x *ResponseGetList) String() string

type ResponseVaccineBook

type ResponseVaccineBook struct {
	Books []*VaccineBookDTO `protobuf:"bytes,1,rep,name=books,proto3" json:"books,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseVaccineBook) Descriptor deprecated

func (*ResponseVaccineBook) Descriptor() ([]byte, []int)

Deprecated: Use ResponseVaccineBook.ProtoReflect.Descriptor instead.

func (*ResponseVaccineBook) GetBooks

func (x *ResponseVaccineBook) GetBooks() []*VaccineBookDTO

func (*ResponseVaccineBook) ProtoMessage

func (*ResponseVaccineBook) ProtoMessage()

func (*ResponseVaccineBook) ProtoReflect

func (x *ResponseVaccineBook) ProtoReflect() protoreflect.Message

func (*ResponseVaccineBook) Reset

func (x *ResponseVaccineBook) Reset()

func (*ResponseVaccineBook) String

func (x *ResponseVaccineBook) String() string

type ResponseVaccineHistoryBook

type ResponseVaccineHistoryBook struct {
	VaccineHistory []*VaccineHistoryDTO `protobuf:"bytes,1,rep,name=vaccine_history,json=vaccineHistory,proto3" json:"vaccine_history,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseVaccineHistoryBook) Descriptor deprecated

func (*ResponseVaccineHistoryBook) Descriptor() ([]byte, []int)

Deprecated: Use ResponseVaccineHistoryBook.ProtoReflect.Descriptor instead.

func (*ResponseVaccineHistoryBook) GetVaccineHistory

func (x *ResponseVaccineHistoryBook) GetVaccineHistory() []*VaccineHistoryDTO

func (*ResponseVaccineHistoryBook) ProtoMessage

func (*ResponseVaccineHistoryBook) ProtoMessage()

func (*ResponseVaccineHistoryBook) ProtoReflect

func (*ResponseVaccineHistoryBook) Reset

func (x *ResponseVaccineHistoryBook) Reset()

func (*ResponseVaccineHistoryBook) String

func (x *ResponseVaccineHistoryBook) String() string

type VaccineBookDTO

type VaccineBookDTO struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserFullName string `protobuf:"bytes,2,opt,name=user_full_name,json=userFullName,proto3" json:"user_full_name,omitempty"`
	Gender       string `protobuf:"bytes,3,opt,name=gender,proto3" json:"gender,omitempty"`
	Height       int64  `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	Weight       int64  `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"`
	Avatar       string `protobuf:"bytes,6,opt,name=avatar,proto3" json:"avatar,omitempty"`
	BirthDay     int64  `protobuf:"varint,7,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"`
	UserId       string `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	CreatedAt    int64  `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    int64  `protobuf:"varint,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineBookDTO) Descriptor deprecated

func (*VaccineBookDTO) Descriptor() ([]byte, []int)

Deprecated: Use VaccineBookDTO.ProtoReflect.Descriptor instead.

func (*VaccineBookDTO) GetAvatar

func (x *VaccineBookDTO) GetAvatar() string

func (*VaccineBookDTO) GetBirthDay

func (x *VaccineBookDTO) GetBirthDay() int64

func (*VaccineBookDTO) GetCreatedAt

func (x *VaccineBookDTO) GetCreatedAt() int64

func (*VaccineBookDTO) GetGender

func (x *VaccineBookDTO) GetGender() string

func (*VaccineBookDTO) GetHeight

func (x *VaccineBookDTO) GetHeight() int64

func (*VaccineBookDTO) GetId

func (x *VaccineBookDTO) GetId() string

func (*VaccineBookDTO) GetUpdatedAt

func (x *VaccineBookDTO) GetUpdatedAt() int64

func (*VaccineBookDTO) GetUserFullName

func (x *VaccineBookDTO) GetUserFullName() string

func (*VaccineBookDTO) GetUserId

func (x *VaccineBookDTO) GetUserId() string

func (*VaccineBookDTO) GetWeight

func (x *VaccineBookDTO) GetWeight() int64

func (*VaccineBookDTO) ProtoMessage

func (*VaccineBookDTO) ProtoMessage()

func (*VaccineBookDTO) ProtoReflect

func (x *VaccineBookDTO) ProtoReflect() protoreflect.Message

func (*VaccineBookDTO) Reset

func (x *VaccineBookDTO) Reset()

func (*VaccineBookDTO) String

func (x *VaccineBookDTO) String() string

type VaccineDTO

type VaccineDTO struct {
	Id                  string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Avatar              string   `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"`
	TurnInject          int32    `protobuf:"varint,4,opt,name=turn_inject,json=turnInject,proto3" json:"turn_inject,omitempty"`
	Ages                []int32  `protobuf:"varint,5,rep,packed,name=ages,proto3" json:"ages,omitempty"`
	MonthAge            []int32  `protobuf:"varint,6,rep,packed,name=month_age,json=monthAge,proto3" json:"month_age,omitempty"`
	WeekAge             []int32  `protobuf:"varint,7,rep,packed,name=week_age,json=weekAge,proto3" json:"week_age,omitempty"`
	DayAge              []int32  `protobuf:"varint,8,rep,packed,name=day_age,json=dayAge,proto3" json:"day_age,omitempty"`
	VaccineCode         string   `protobuf:"bytes,9,opt,name=vaccine_code,json=vaccineCode,proto3" json:"vaccine_code,omitempty"`
	FullText            string   `protobuf:"bytes,10,opt,name=full_text,json=fullText,proto3" json:"full_text,omitempty"`
	BrandName           string   `protobuf:"bytes,11,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty"`
	PathogenIds         []string `protobuf:"bytes,12,rep,name=pathogen_ids,json=pathogenIds,proto3" json:"pathogen_ids,omitempty"`
	TimeTurn_1ToTurn_2  int64    `protobuf:"varint,13,opt,name=time_turn_1_to_turn_2,json=timeTurn1ToTurn2,proto3" json:"time_turn_1_to_turn_2,omitempty"`
	Unit1_2             string   `protobuf:"bytes,14,opt,name=unit1_2,json=unit12,proto3" json:"unit1_2,omitempty"`
	TimeTurn_2ToTurn_3  int64    `protobuf:"varint,15,opt,name=time_turn_2_to_turn_3,json=timeTurn2ToTurn3,proto3" json:"time_turn_2_to_turn_3,omitempty"`
	Unit2_3             string   `protobuf:"bytes,16,opt,name=unit2_3,json=unit23,proto3" json:"unit2_3,omitempty"`
	TimeTurn_3ToTurn_4  int64    `protobuf:"varint,17,opt,name=time_turn_3_to_turn_4,json=timeTurn3ToTurn4,proto3" json:"time_turn_3_to_turn_4,omitempty"`
	Unit3_4             string   `protobuf:"bytes,18,opt,name=unit3_4,json=unit34,proto3" json:"unit3_4,omitempty"`
	TimeTurn_4ToTurn_5  int64    `protobuf:"varint,19,opt,name=time_turn_4_to_turn_5,json=timeTurn4ToTurn5,proto3" json:"time_turn_4_to_turn_5,omitempty"`
	Unit4_5             string   `protobuf:"bytes,20,opt,name=unit4_5,json=unit45,proto3" json:"unit4_5,omitempty"`
	TimeTurn_5ToTurn_6  int64    `protobuf:"varint,21,opt,name=time_turn_5_to_turn_6,json=timeTurn5ToTurn6,proto3" json:"time_turn_5_to_turn_6,omitempty"`
	Unit5_6             string   `protobuf:"bytes,22,opt,name=unit5_6,json=unit56,proto3" json:"unit5_6,omitempty"`
	TimeTurn_6ToTurn_7  int64    `protobuf:"varint,23,opt,name=time_turn_6_to_turn_7,json=timeTurn6ToTurn7,proto3" json:"time_turn_6_to_turn_7,omitempty"`
	Unit6_7             string   `protobuf:"bytes,24,opt,name=unit6_7,json=unit67,proto3" json:"unit6_7,omitempty"`
	TimeTurn_7ToTurn_8  int64    `protobuf:"varint,25,opt,name=time_turn_7_to_turn_8,json=timeTurn7ToTurn8,proto3" json:"time_turn_7_to_turn_8,omitempty"`
	Unit7_8             string   `protobuf:"bytes,26,opt,name=unit7_8,json=unit78,proto3" json:"unit7_8,omitempty"`
	TimeTurn_8ToTurn_9  int64    `protobuf:"varint,27,opt,name=time_turn_8_to_turn_9,json=timeTurn8ToTurn9,proto3" json:"time_turn_8_to_turn_9,omitempty"`
	Unit8_9             string   `protobuf:"bytes,28,opt,name=unit8_9,json=unit89,proto3" json:"unit8_9,omitempty"`
	TimeTurn_9ToTurn_10 int64    `protobuf:"varint,29,opt,name=time_turn_9_to_turn_10,json=timeTurn9ToTurn10,proto3" json:"time_turn_9_to_turn_10,omitempty"`
	Unit9_10            string   `protobuf:"bytes,30,opt,name=unit9_10,json=unit910,proto3" json:"unit9_10,omitempty"`
	CreatedAt           int64    `protobuf:"varint,31,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt           int64    `protobuf:"varint,32,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineDTO) Descriptor deprecated

func (*VaccineDTO) Descriptor() ([]byte, []int)

Deprecated: Use VaccineDTO.ProtoReflect.Descriptor instead.

func (*VaccineDTO) GetAges

func (x *VaccineDTO) GetAges() []int32

func (*VaccineDTO) GetAvatar

func (x *VaccineDTO) GetAvatar() string

func (*VaccineDTO) GetBrandName

func (x *VaccineDTO) GetBrandName() string

func (*VaccineDTO) GetCreatedAt

func (x *VaccineDTO) GetCreatedAt() int64

func (*VaccineDTO) GetDayAge

func (x *VaccineDTO) GetDayAge() []int32

func (*VaccineDTO) GetFullText

func (x *VaccineDTO) GetFullText() string

func (*VaccineDTO) GetId

func (x *VaccineDTO) GetId() string

func (*VaccineDTO) GetMonthAge

func (x *VaccineDTO) GetMonthAge() []int32

func (*VaccineDTO) GetName

func (x *VaccineDTO) GetName() string

func (*VaccineDTO) GetPathogenIds

func (x *VaccineDTO) GetPathogenIds() []string

func (*VaccineDTO) GetTimeTurn_1ToTurn_2

func (x *VaccineDTO) GetTimeTurn_1ToTurn_2() int64

func (*VaccineDTO) GetTimeTurn_2ToTurn_3

func (x *VaccineDTO) GetTimeTurn_2ToTurn_3() int64

func (*VaccineDTO) GetTimeTurn_3ToTurn_4

func (x *VaccineDTO) GetTimeTurn_3ToTurn_4() int64

func (*VaccineDTO) GetTimeTurn_4ToTurn_5

func (x *VaccineDTO) GetTimeTurn_4ToTurn_5() int64

func (*VaccineDTO) GetTimeTurn_5ToTurn_6

func (x *VaccineDTO) GetTimeTurn_5ToTurn_6() int64

func (*VaccineDTO) GetTimeTurn_6ToTurn_7

func (x *VaccineDTO) GetTimeTurn_6ToTurn_7() int64

func (*VaccineDTO) GetTimeTurn_7ToTurn_8

func (x *VaccineDTO) GetTimeTurn_7ToTurn_8() int64

func (*VaccineDTO) GetTimeTurn_8ToTurn_9

func (x *VaccineDTO) GetTimeTurn_8ToTurn_9() int64

func (*VaccineDTO) GetTimeTurn_9ToTurn_10

func (x *VaccineDTO) GetTimeTurn_9ToTurn_10() int64

func (*VaccineDTO) GetTurnInject

func (x *VaccineDTO) GetTurnInject() int32

func (*VaccineDTO) GetUnit1_2

func (x *VaccineDTO) GetUnit1_2() string

func (*VaccineDTO) GetUnit2_3

func (x *VaccineDTO) GetUnit2_3() string

func (*VaccineDTO) GetUnit3_4

func (x *VaccineDTO) GetUnit3_4() string

func (*VaccineDTO) GetUnit4_5

func (x *VaccineDTO) GetUnit4_5() string

func (*VaccineDTO) GetUnit5_6

func (x *VaccineDTO) GetUnit5_6() string

func (*VaccineDTO) GetUnit6_7

func (x *VaccineDTO) GetUnit6_7() string

func (*VaccineDTO) GetUnit7_8

func (x *VaccineDTO) GetUnit7_8() string

func (*VaccineDTO) GetUnit8_9

func (x *VaccineDTO) GetUnit8_9() string

func (*VaccineDTO) GetUnit9_10

func (x *VaccineDTO) GetUnit9_10() string

func (*VaccineDTO) GetUpdatedAt

func (x *VaccineDTO) GetUpdatedAt() int64

func (*VaccineDTO) GetVaccineCode

func (x *VaccineDTO) GetVaccineCode() string

func (*VaccineDTO) GetWeekAge

func (x *VaccineDTO) GetWeekAge() []int32

func (*VaccineDTO) ProtoMessage

func (*VaccineDTO) ProtoMessage()

func (*VaccineDTO) ProtoReflect

func (x *VaccineDTO) ProtoReflect() protoreflect.Message

func (*VaccineDTO) Reset

func (x *VaccineDTO) Reset()

func (*VaccineDTO) String

func (x *VaccineDTO) String() string

type VaccineDetail

type VaccineDetail struct {
	VaccineDTO   *VaccineDTO    `protobuf:"bytes,1,opt,name=VaccineDTO,proto3" json:"VaccineDTO,omitempty"`
	PathogenDTOS []*PathogenDTO `protobuf:"bytes,2,rep,name=PathogenDTOS,proto3" json:"PathogenDTOS,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineDetail) Descriptor deprecated

func (*VaccineDetail) Descriptor() ([]byte, []int)

Deprecated: Use VaccineDetail.ProtoReflect.Descriptor instead.

func (*VaccineDetail) GetPathogenDTOS

func (x *VaccineDetail) GetPathogenDTOS() []*PathogenDTO

func (*VaccineDetail) GetVaccineDTO

func (x *VaccineDetail) GetVaccineDTO() *VaccineDTO

func (*VaccineDetail) ProtoMessage

func (*VaccineDetail) ProtoMessage()

func (*VaccineDetail) ProtoReflect

func (x *VaccineDetail) ProtoReflect() protoreflect.Message

func (*VaccineDetail) Reset

func (x *VaccineDetail) Reset()

func (*VaccineDetail) String

func (x *VaccineDetail) String() string

type VaccineHistoryDTO

type VaccineHistoryDTO struct {
	Id            string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Vaccine       *VaccineDTO     `protobuf:"bytes,2,opt,name=vaccine,proto3" json:"vaccine,omitempty"`
	VaccineBook   *VaccineBookDTO `protobuf:"bytes,3,opt,name=vaccineBook,proto3" json:"vaccineBook,omitempty"`
	VaccineBookId string          `protobuf:"bytes,4,opt,name=vaccine_book_id,json=vaccineBookId,proto3" json:"vaccine_book_id,omitempty"`
	VaccineId     string          `protobuf:"bytes,5,opt,name=vaccine_id,json=vaccineId,proto3" json:"vaccine_id,omitempty"`
	Turn          int64           `protobuf:"varint,6,opt,name=turn,proto3" json:"turn,omitempty"`
	TimeInject    int64           `protobuf:"varint,7,opt,name=time_inject,json=timeInject,proto3" json:"time_inject,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineHistoryDTO) Descriptor deprecated

func (*VaccineHistoryDTO) Descriptor() ([]byte, []int)

Deprecated: Use VaccineHistoryDTO.ProtoReflect.Descriptor instead.

func (*VaccineHistoryDTO) GetId

func (x *VaccineHistoryDTO) GetId() string

func (*VaccineHistoryDTO) GetTimeInject

func (x *VaccineHistoryDTO) GetTimeInject() int64

func (*VaccineHistoryDTO) GetTurn

func (x *VaccineHistoryDTO) GetTurn() int64

func (*VaccineHistoryDTO) GetVaccine

func (x *VaccineHistoryDTO) GetVaccine() *VaccineDTO

func (*VaccineHistoryDTO) GetVaccineBook

func (x *VaccineHistoryDTO) GetVaccineBook() *VaccineBookDTO

func (*VaccineHistoryDTO) GetVaccineBookId

func (x *VaccineHistoryDTO) GetVaccineBookId() string

func (*VaccineHistoryDTO) GetVaccineId

func (x *VaccineHistoryDTO) GetVaccineId() string

func (*VaccineHistoryDTO) ProtoMessage

func (*VaccineHistoryDTO) ProtoMessage()

func (*VaccineHistoryDTO) ProtoReflect

func (x *VaccineHistoryDTO) ProtoReflect() protoreflect.Message

func (*VaccineHistoryDTO) Reset

func (x *VaccineHistoryDTO) Reset()

func (*VaccineHistoryDTO) String

func (x *VaccineHistoryDTO) String() string

type VaccineUserDTO

type VaccineUserDTO struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	VaccineId       string `protobuf:"bytes,2,opt,name=vaccine_id,json=vaccineId,proto3" json:"vaccine_id,omitempty"`
	TurnLoadSuggest int64  `protobuf:"varint,3,opt,name=turn_load_suggest,json=turnLoadSuggest,proto3" json:"turn_load_suggest,omitempty"`
	VaccineBook     string `protobuf:"bytes,4,opt,name=vaccine_book,json=vaccineBook,proto3" json:"vaccine_book,omitempty"`
	Turn1           int64  `protobuf:"varint,5,opt,name=turn1,proto3" json:"turn1,omitempty"`
	CheckTurn1      bool   `protobuf:"varint,6,opt,name=check_turn1,json=checkTurn1,proto3" json:"check_turn1,omitempty"`
	Turn2           int64  `protobuf:"varint,7,opt,name=turn2,proto3" json:"turn2,omitempty"`
	CheckTurn2      bool   `protobuf:"varint,8,opt,name=check_turn2,json=checkTurn2,proto3" json:"check_turn2,omitempty"`
	Turn3           int64  `protobuf:"varint,9,opt,name=turn3,proto3" json:"turn3,omitempty"`
	CheckTurn3      bool   `protobuf:"varint,10,opt,name=check_turn3,json=checkTurn3,proto3" json:"check_turn3,omitempty"`
	Turn4           int64  `protobuf:"varint,11,opt,name=turn4,proto3" json:"turn4,omitempty"`
	CheckTurn4      bool   `protobuf:"varint,12,opt,name=check_turn4,json=checkTurn4,proto3" json:"check_turn4,omitempty"`
	Turn5           int64  `protobuf:"varint,13,opt,name=turn5,proto3" json:"turn5,omitempty"`
	CheckTurn5      bool   `protobuf:"varint,14,opt,name=check_turn5,json=checkTurn5,proto3" json:"check_turn5,omitempty"`
	Turn6           int64  `protobuf:"varint,15,opt,name=turn6,proto3" json:"turn6,omitempty"`
	CheckTurn6      bool   `protobuf:"varint,16,opt,name=check_turn6,json=checkTurn6,proto3" json:"check_turn6,omitempty"`
	Turn7           int64  `protobuf:"varint,17,opt,name=turn7,proto3" json:"turn7,omitempty"`
	CheckTurn7      bool   `protobuf:"varint,18,opt,name=check_turn7,json=checkTurn7,proto3" json:"check_turn7,omitempty"`
	Turn8           int64  `protobuf:"varint,19,opt,name=turn8,proto3" json:"turn8,omitempty"`
	CheckTurn8      bool   `protobuf:"varint,20,opt,name=check_turn8,json=checkTurn8,proto3" json:"check_turn8,omitempty"`
	Turn9           int64  `protobuf:"varint,21,opt,name=turn9,proto3" json:"turn9,omitempty"`
	CheckTurn9      bool   `protobuf:"varint,22,opt,name=check_turn9,json=checkTurn9,proto3" json:"check_turn9,omitempty"`
	Turn10          int64  `protobuf:"varint,23,opt,name=turn10,proto3" json:"turn10,omitempty"`
	CheckTurn10     bool   `protobuf:"varint,24,opt,name=check_turn10,json=checkTurn10,proto3" json:"check_turn10,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineUserDTO) Descriptor deprecated

func (*VaccineUserDTO) Descriptor() ([]byte, []int)

Deprecated: Use VaccineUserDTO.ProtoReflect.Descriptor instead.

func (*VaccineUserDTO) GetCheckTurn1

func (x *VaccineUserDTO) GetCheckTurn1() bool

func (*VaccineUserDTO) GetCheckTurn10

func (x *VaccineUserDTO) GetCheckTurn10() bool

func (*VaccineUserDTO) GetCheckTurn2

func (x *VaccineUserDTO) GetCheckTurn2() bool

func (*VaccineUserDTO) GetCheckTurn3

func (x *VaccineUserDTO) GetCheckTurn3() bool

func (*VaccineUserDTO) GetCheckTurn4

func (x *VaccineUserDTO) GetCheckTurn4() bool

func (*VaccineUserDTO) GetCheckTurn5

func (x *VaccineUserDTO) GetCheckTurn5() bool

func (*VaccineUserDTO) GetCheckTurn6

func (x *VaccineUserDTO) GetCheckTurn6() bool

func (*VaccineUserDTO) GetCheckTurn7

func (x *VaccineUserDTO) GetCheckTurn7() bool

func (*VaccineUserDTO) GetCheckTurn8

func (x *VaccineUserDTO) GetCheckTurn8() bool

func (*VaccineUserDTO) GetCheckTurn9

func (x *VaccineUserDTO) GetCheckTurn9() bool

func (*VaccineUserDTO) GetId

func (x *VaccineUserDTO) GetId() string

func (*VaccineUserDTO) GetTurn1

func (x *VaccineUserDTO) GetTurn1() int64

func (*VaccineUserDTO) GetTurn10

func (x *VaccineUserDTO) GetTurn10() int64

func (*VaccineUserDTO) GetTurn2

func (x *VaccineUserDTO) GetTurn2() int64

func (*VaccineUserDTO) GetTurn3

func (x *VaccineUserDTO) GetTurn3() int64

func (*VaccineUserDTO) GetTurn4

func (x *VaccineUserDTO) GetTurn4() int64

func (*VaccineUserDTO) GetTurn5

func (x *VaccineUserDTO) GetTurn5() int64

func (*VaccineUserDTO) GetTurn6

func (x *VaccineUserDTO) GetTurn6() int64

func (*VaccineUserDTO) GetTurn7

func (x *VaccineUserDTO) GetTurn7() int64

func (*VaccineUserDTO) GetTurn8

func (x *VaccineUserDTO) GetTurn8() int64

func (*VaccineUserDTO) GetTurn9

func (x *VaccineUserDTO) GetTurn9() int64

func (*VaccineUserDTO) GetTurnLoadSuggest

func (x *VaccineUserDTO) GetTurnLoadSuggest() int64

func (*VaccineUserDTO) GetVaccineBook

func (x *VaccineUserDTO) GetVaccineBook() string

func (*VaccineUserDTO) GetVaccineId

func (x *VaccineUserDTO) GetVaccineId() string

func (*VaccineUserDTO) ProtoMessage

func (*VaccineUserDTO) ProtoMessage()

func (*VaccineUserDTO) ProtoReflect

func (x *VaccineUserDTO) ProtoReflect() protoreflect.Message

func (*VaccineUserDTO) Reset

func (x *VaccineUserDTO) Reset()

func (*VaccineUserDTO) String

func (x *VaccineUserDTO) String() string

type VaccineUserDetailDTO

type VaccineUserDetailDTO struct {
	VaccineUserDTO *VaccineUserDTO `protobuf:"bytes,1,opt,name=vaccineUserDTO,proto3" json:"vaccineUserDTO,omitempty"`
	VaccineBook    *VaccineBookDTO `protobuf:"bytes,2,opt,name=vaccineBook,proto3" json:"vaccineBook,omitempty"`
	Vaccine        *VaccineDTO     `protobuf:"bytes,3,opt,name=vaccine,proto3" json:"vaccine,omitempty"`
	// contains filtered or unexported fields
}

func (*VaccineUserDetailDTO) Descriptor deprecated

func (*VaccineUserDetailDTO) Descriptor() ([]byte, []int)

Deprecated: Use VaccineUserDetailDTO.ProtoReflect.Descriptor instead.

func (*VaccineUserDetailDTO) GetVaccine

func (x *VaccineUserDetailDTO) GetVaccine() *VaccineDTO

func (*VaccineUserDetailDTO) GetVaccineBook

func (x *VaccineUserDetailDTO) GetVaccineBook() *VaccineBookDTO

func (*VaccineUserDetailDTO) GetVaccineUserDTO

func (x *VaccineUserDetailDTO) GetVaccineUserDTO() *VaccineUserDTO

func (*VaccineUserDetailDTO) ProtoMessage

func (*VaccineUserDetailDTO) ProtoMessage()

func (*VaccineUserDetailDTO) ProtoReflect

func (x *VaccineUserDetailDTO) ProtoReflect() protoreflect.Message

func (*VaccineUserDetailDTO) Reset

func (x *VaccineUserDetailDTO) Reset()

func (*VaccineUserDetailDTO) String

func (x *VaccineUserDetailDTO) String() string

Jump to

Keyboard shortcuts

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