models

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	EndTime     string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	SubType     string `protobuf:"bytes,3,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Host        string `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	// @inject_tag: cb_referenced:"event_photo"
	Photo *Photo `protobuf:"bytes,6,opt,name=photo,proto3" json:"photo,omitempty" cb_referenced:"event_photo"`
	// @inject_tag: cb_referenced:"event_location"
	Location             *Location `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty" cb_referenced:"event_location"`
	Name                 string    `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	StartTime            string    `protobuf:"bytes,9,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func GenerateEvent

func GenerateEvent() *Event

GenerateEvent ...

func (*Event) Descriptor

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

func (*Event) GetDescription

func (m *Event) GetDescription() string

func (*Event) GetEndTime

func (m *Event) GetEndTime() string

func (*Event) GetHost

func (m *Event) GetHost() string

func (*Event) GetLocation

func (m *Event) GetLocation() *Location

func (*Event) GetName

func (m *Event) GetName() string

func (*Event) GetPhoto

func (m *Event) GetPhoto() *Photo

func (*Event) GetStartTime

func (m *Event) GetStartTime() string

func (*Event) GetSubType

func (m *Event) GetSubType() string

func (*Event) GetType

func (m *Event) GetType() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

type Location

type Location struct {
	City                 string   `protobuf:"bytes,1,opt,name=city,proto3" json:"city,omitempty"`
	Country              string   `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	State                string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Street               string   `protobuf:"bytes,4,opt,name=street,proto3" json:"street,omitempty"`
	ZipCode              string   `protobuf:"bytes,5,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateLocation

func GenerateLocation() *Location

GenerateLocation ...

func (*Location) Descriptor

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

func (*Location) GetCity

func (m *Location) GetCity() string

func (*Location) GetCountry

func (m *Location) GetCountry() string

func (*Location) GetState

func (m *Location) GetState() string

func (*Location) GetStreet

func (m *Location) GetStreet() string

func (*Location) GetZipCode

func (m *Location) GetZipCode() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (m *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

type Order

type Order struct {
	Token                 string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	CreationDate          string `protobuf:"bytes,2,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ModificationDate      string `protobuf:"bytes,3,opt,name=modification_date,json=modificationDate,proto3" json:"modification_date,omitempty"`
	Status                string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	PaymentMethod         string `protobuf:"bytes,5,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	InvoiceNumber         string `protobuf:"bytes,6,opt,name=invoice_number,json=invoiceNumber,proto3" json:"invoice_number,omitempty"`
	Email                 string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	CardholderName        string `protobuf:"bytes,8,opt,name=cardholder_name,json=cardholderName,proto3" json:"cardholder_name,omitempty"`
	CreditCardLast4Digits string `` /* 126-byte string literal not displayed */
	// @inject_tag: cb_referenced:"order_billing_address_location"
	BillingAddress      *Location `` /* 151-byte string literal not displayed */
	BillingAddressName  string    `protobuf:"bytes,11,opt,name=billing_address_name,json=billingAddressName,proto3" json:"billing_address_name,omitempty"`
	BillingAddressPhone string    `protobuf:"bytes,18,opt,name=billing_address_phone,json=billingAddressPhone,proto3" json:"billing_address_phone,omitempty"`
	Notes               string    `protobuf:"bytes,19,opt,name=notes,proto3" json:"notes,omitempty"`
	ShippingAddressName string    `protobuf:"bytes,20,opt,name=shipping_address_name,json=shippingAddressName,proto3" json:"shipping_address_name,omitempty"`
	// @inject_tag: cb_referenced:"order_shipping_address_location"
	ShippingAddress              *Location `` /* 155-byte string literal not displayed */
	ShippingAddressPhone         string    `protobuf:"bytes,28,opt,name=shipping_address_phone,json=shippingAddressPhone,proto3" json:"shipping_address_phone,omitempty"`
	ShippingAddressSameAsBilling bool      `` /* 153-byte string literal not displayed */
	FinalGrandTotal              int64     `protobuf:"varint,30,opt,name=final_grand_total,json=finalGrandTotal,proto3" json:"final_grand_total,omitempty"`
	ShippingFees                 int64     `protobuf:"varint,31,opt,name=shipping_fees,json=shippingFees,proto3" json:"shipping_fees,omitempty"`
	ShippingMethod               string    `protobuf:"bytes,32,opt,name=shipping_method,json=shippingMethod,proto3" json:"shipping_method,omitempty"`
	WillBePaidLater              bool      `protobuf:"varint,33,opt,name=will_be_paid_later,json=willBePaidLater,proto3" json:"will_be_paid_later,omitempty"`
	PaymentTransactionId         string    `protobuf:"bytes,34,opt,name=payment_transaction_id,json=paymentTransactionId,proto3" json:"payment_transaction_id,omitempty"`
	// @inject_tag: cb_referenced:"order_product"
	Product *Product `protobuf:"bytes,35,opt,name=product,proto3" json:"product,omitempty" cb_referenced:"order_product"`
	// @inject_tag: cb_referenced:"order_store"
	Store                *Store   `protobuf:"bytes,36,opt,name=store,proto3" json:"store,omitempty" cb_referenced:"order_store"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateOrder

func GenerateOrder() *Order

GenerateOrder ...

func (*Order) Descriptor

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

func (*Order) GetBillingAddress

func (m *Order) GetBillingAddress() *Location

func (*Order) GetBillingAddressName

func (m *Order) GetBillingAddressName() string

func (*Order) GetBillingAddressPhone

func (m *Order) GetBillingAddressPhone() string

func (*Order) GetCardholderName

func (m *Order) GetCardholderName() string

func (*Order) GetCreationDate

func (m *Order) GetCreationDate() string

func (*Order) GetCreditCardLast4Digits

func (m *Order) GetCreditCardLast4Digits() string

func (*Order) GetEmail

func (m *Order) GetEmail() string

func (*Order) GetFinalGrandTotal

func (m *Order) GetFinalGrandTotal() int64

func (*Order) GetInvoiceNumber

func (m *Order) GetInvoiceNumber() string

func (*Order) GetModificationDate

func (m *Order) GetModificationDate() string

func (*Order) GetNotes

func (m *Order) GetNotes() string

func (*Order) GetPaymentMethod

func (m *Order) GetPaymentMethod() string

func (*Order) GetPaymentTransactionId

func (m *Order) GetPaymentTransactionId() string

func (*Order) GetProduct

func (m *Order) GetProduct() *Product

func (*Order) GetShippingAddress

func (m *Order) GetShippingAddress() *Location

func (*Order) GetShippingAddressName

func (m *Order) GetShippingAddressName() string

func (*Order) GetShippingAddressPhone

func (m *Order) GetShippingAddressPhone() string

func (*Order) GetShippingAddressSameAsBilling

func (m *Order) GetShippingAddressSameAsBilling() bool

func (*Order) GetShippingFees

func (m *Order) GetShippingFees() int64

func (*Order) GetShippingMethod

func (m *Order) GetShippingMethod() string

func (*Order) GetStatus

func (m *Order) GetStatus() string

func (*Order) GetStore

func (m *Order) GetStore() *Store

func (*Order) GetToken

func (m *Order) GetToken() string

func (*Order) GetWillBePaidLater

func (m *Order) GetWillBePaidLater() bool

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) Reset

func (m *Order) Reset()

func (*Order) String

func (m *Order) String() string

func (*Order) XXX_DiscardUnknown

func (m *Order) XXX_DiscardUnknown()

func (*Order) XXX_Marshal

func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order) XXX_Merge

func (m *Order) XXX_Merge(src proto.Message)

func (*Order) XXX_Size

func (m *Order) XXX_Size() int

func (*Order) XXX_Unmarshal

func (m *Order) XXX_Unmarshal(b []byte) error

type Photo

type Photo struct {
	Caption              string   `protobuf:"bytes,1,opt,name=caption,proto3" json:"caption,omitempty"`
	CreatedAt            string   `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LargeSource          string   `protobuf:"bytes,3,opt,name=large_source,json=largeSource,proto3" json:"large_source,omitempty"`
	Link                 string   `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	MediumSource         string   `protobuf:"bytes,5,opt,name=medium_source,json=mediumSource,proto3" json:"medium_source,omitempty"`
	SmallSource          string   `protobuf:"bytes,6,opt,name=small_source,json=smallSource,proto3" json:"small_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GeneratePhoto

func GeneratePhoto() *Photo

GeneratePhoto ...

func (*Photo) Descriptor

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

func (*Photo) GetCaption

func (m *Photo) GetCaption() string

func (*Photo) GetCreatedAt

func (m *Photo) GetCreatedAt() string

func (*Photo) GetLargeSource

func (m *Photo) GetLargeSource() string
func (m *Photo) GetLink() string

func (*Photo) GetMediumSource

func (m *Photo) GetMediumSource() string

func (*Photo) GetSmallSource

func (m *Photo) GetSmallSource() string

func (*Photo) ProtoMessage

func (*Photo) ProtoMessage()

func (*Photo) Reset

func (m *Photo) Reset()

func (*Photo) String

func (m *Photo) String() string

func (*Photo) XXX_DiscardUnknown

func (m *Photo) XXX_DiscardUnknown()

func (*Photo) XXX_Marshal

func (m *Photo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Photo) XXX_Merge

func (m *Photo) XXX_Merge(src proto.Message)

func (*Photo) XXX_Size

func (m *Photo) XXX_Size() int

func (*Photo) XXX_Unmarshal

func (m *Photo) XXX_Unmarshal(b []byte) error

type Product

type Product struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                 string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Slug                 string   `protobuf:"bytes,6,opt,name=slug,proto3" json:"slug,omitempty"`
	Price                int64    `protobuf:"varint,7,opt,name=price,proto3" json:"price,omitempty"`
	SalePrice            int64    `protobuf:"varint,8,opt,name=sale_price,json=salePrice,proto3" json:"sale_price,omitempty"`
	CurrencyId           int64    `protobuf:"varint,9,opt,name=currency_id,json=currencyId,proto3" json:"currency_id,omitempty"`
	OnSale               int64    `protobuf:"varint,10,opt,name=on_sale,json=onSale,proto3" json:"on_sale,omitempty"`
	Status               string   `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateProduct

func GenerateProduct() *Product

GenerateProduct ...

func (*Product) Descriptor

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

func (*Product) GetCurrencyId

func (m *Product) GetCurrencyId() int64

func (*Product) GetDescription

func (m *Product) GetDescription() string

func (*Product) GetId

func (m *Product) GetId() string

func (*Product) GetName

func (m *Product) GetName() string

func (*Product) GetOnSale

func (m *Product) GetOnSale() int64

func (*Product) GetPrice

func (m *Product) GetPrice() int64

func (*Product) GetSalePrice

func (m *Product) GetSalePrice() int64

func (*Product) GetSlug

func (m *Product) GetSlug() string

func (*Product) GetStatus

func (m *Product) GetStatus() string

func (*Product) GetUserId

func (m *Product) GetUserId() string

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) Reset

func (m *Product) Reset()

func (*Product) String

func (m *Product) String() string

func (*Product) XXX_DiscardUnknown

func (m *Product) XXX_DiscardUnknown()

func (*Product) XXX_Marshal

func (m *Product) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Product) XXX_Merge

func (m *Product) XXX_Merge(src proto.Message)

func (*Product) XXX_Size

func (m *Product) XXX_Size() int

func (*Product) XXX_Unmarshal

func (m *Product) XXX_Unmarshal(b []byte) error

type Profile

type Profile struct {
	AboutMe           string   `protobuf:"bytes,1,opt,name=about_me,json=aboutMe,proto3" json:"about_me,omitempty"`
	Activities        []string `protobuf:"bytes,2,rep,name=activities,proto3" json:"activities,omitempty"`
	AffiliationCount  uint64   `protobuf:"varint,3,opt,name=affiliation_count,json=affiliationCount,proto3" json:"affiliation_count,omitempty"`
	Birthday          string   `protobuf:"bytes,4,opt,name=birthday,proto3" json:"birthday,omitempty"`
	FavoriteBooks     []string `protobuf:"bytes,5,rep,name=favorite_books,json=favoriteBooks,proto3" json:"favorite_books,omitempty"`
	FavoriteMovies    []string `protobuf:"bytes,6,rep,name=favorite_movies,json=favoriteMovies,proto3" json:"favorite_movies,omitempty"`
	FavoriteMusic     []string `protobuf:"bytes,7,rep,name=favorite_music,json=favoriteMusic,proto3" json:"favorite_music,omitempty"`
	FavoriteQuotes    []string `protobuf:"bytes,8,rep,name=favorite_quotes,json=favoriteQuotes,proto3" json:"favorite_quotes,omitempty"`
	FavoriteTvShoes   []string `protobuf:"bytes,9,rep,name=favorite_tv_shoes,json=favoriteTvShoes,proto3" json:"favorite_tv_shoes,omitempty"`
	FirstName         string   `protobuf:"bytes,10,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	Interests         []string `protobuf:"bytes,11,rep,name=interests,proto3" json:"interests,omitempty"`
	IsApplicationUser bool     `protobuf:"varint,12,opt,name=is_application_user,json=isApplicationUser,proto3" json:"is_application_user,omitempty"`
	LastName          string   `protobuf:"bytes,13,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NotesCount        uint64   `protobuf:"varint,14,opt,name=notes_count,json=notesCount,proto3" json:"notes_count,omitempty"`
	PictureBigUrl     string   `protobuf:"bytes,15,opt,name=picture_big_url,json=pictureBigUrl,proto3" json:"picture_big_url,omitempty"`
	PictureSmallUrl   string   `protobuf:"bytes,16,opt,name=picture_small_url,json=pictureSmallUrl,proto3" json:"picture_small_url,omitempty"`
	PictureUrl        string   `protobuf:"bytes,17,opt,name=picture_url,json=pictureUrl,proto3" json:"picture_url,omitempty"`
	PoliticalViews    []string `protobuf:"bytes,18,rep,name=political_views,json=politicalViews,proto3" json:"political_views,omitempty"`
	Religion          string   `protobuf:"bytes,19,opt,name=religion,proto3" json:"religion,omitempty"`
	SchoolCount       uint64   `protobuf:"varint,20,opt,name=school_count,json=schoolCount,proto3" json:"school_count,omitempty"`
	WallCount         uint64   `protobuf:"varint,21,opt,name=wall_count,json=wallCount,proto3" json:"wall_count,omitempty"`
	// @inject_tag: cb_referenced:"profile_status"
	Status *Status `protobuf:"bytes,22,opt,name=status,proto3" json:"status,omitempty" cb_referenced:"profile_status"`
	// @inject_tag: cb_referenced:"profile_primary_school"
	PrimarySchool *School `` /* 140-byte string literal not displayed */
	// @inject_tag: cb_referenced:"profile_high_school"
	HighSchool *School `` /* 128-byte string literal not displayed */
	// @inject_tag: cb_referenced:"profile_location"
	Location *Location `protobuf:"bytes,25,opt,name=location,proto3" json:"location,omitempty" cb_referenced:"profile_location"`
	// @inject_tag: cb_referenced:"profile_photo"
	Photo                *Photo   `protobuf:"bytes,26,opt,name=photo,proto3" json:"photo,omitempty" cb_referenced:"profile_photo"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateProfile

func GenerateProfile() *Profile

GenerateProfile ...

func (*Profile) Descriptor

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

func (*Profile) GetAboutMe

func (m *Profile) GetAboutMe() string

func (*Profile) GetActivities

func (m *Profile) GetActivities() []string

func (*Profile) GetAffiliationCount

func (m *Profile) GetAffiliationCount() uint64

func (*Profile) GetBirthday

func (m *Profile) GetBirthday() string

func (*Profile) GetFavoriteBooks

func (m *Profile) GetFavoriteBooks() []string

func (*Profile) GetFavoriteMovies

func (m *Profile) GetFavoriteMovies() []string

func (*Profile) GetFavoriteMusic

func (m *Profile) GetFavoriteMusic() []string

func (*Profile) GetFavoriteQuotes

func (m *Profile) GetFavoriteQuotes() []string

func (*Profile) GetFavoriteTvShoes

func (m *Profile) GetFavoriteTvShoes() []string

func (*Profile) GetFirstName

func (m *Profile) GetFirstName() string

func (*Profile) GetHighSchool

func (m *Profile) GetHighSchool() *School

func (*Profile) GetInterests

func (m *Profile) GetInterests() []string

func (*Profile) GetIsApplicationUser

func (m *Profile) GetIsApplicationUser() bool

func (*Profile) GetLastName

func (m *Profile) GetLastName() string

func (*Profile) GetLocation

func (m *Profile) GetLocation() *Location

func (*Profile) GetNotesCount

func (m *Profile) GetNotesCount() uint64

func (*Profile) GetPhoto

func (m *Profile) GetPhoto() *Photo

func (*Profile) GetPictureBigUrl

func (m *Profile) GetPictureBigUrl() string

func (*Profile) GetPictureSmallUrl

func (m *Profile) GetPictureSmallUrl() string

func (*Profile) GetPictureUrl

func (m *Profile) GetPictureUrl() string

func (*Profile) GetPoliticalViews

func (m *Profile) GetPoliticalViews() []string

func (*Profile) GetPrimarySchool

func (m *Profile) GetPrimarySchool() *School

func (*Profile) GetReligion

func (m *Profile) GetReligion() string

func (*Profile) GetSchoolCount

func (m *Profile) GetSchoolCount() uint64

func (*Profile) GetStatus

func (m *Profile) GetStatus() *Status

func (*Profile) GetWallCount

func (m *Profile) GetWallCount() uint64

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) Reset

func (m *Profile) Reset()

func (*Profile) String

func (m *Profile) String() string

func (*Profile) XXX_DiscardUnknown

func (m *Profile) XXX_DiscardUnknown()

func (*Profile) XXX_Marshal

func (m *Profile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile) XXX_Merge

func (m *Profile) XXX_Merge(src proto.Message)

func (*Profile) XXX_Size

func (m *Profile) XXX_Size() int

func (*Profile) XXX_Unmarshal

func (m *Profile) XXX_Unmarshal(b []byte) error

type School

type School struct {
	Concentrations       []string `protobuf:"bytes,1,rep,name=concentrations,proto3" json:"concentrations,omitempty"`
	GraduationYear       uint64   `protobuf:"varint,2,opt,name=graduation_year,json=graduationYear,proto3" json:"graduation_year,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateSchool

func GenerateSchool() *School

GenerateSchool ...

func (*School) Descriptor

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

func (*School) GetConcentrations

func (m *School) GetConcentrations() []string

func (*School) GetGraduationYear

func (m *School) GetGraduationYear() uint64

func (*School) GetName

func (m *School) GetName() string

func (*School) ProtoMessage

func (*School) ProtoMessage()

func (*School) Reset

func (m *School) Reset()

func (*School) String

func (m *School) String() string

func (*School) XXX_DiscardUnknown

func (m *School) XXX_DiscardUnknown()

func (*School) XXX_Marshal

func (m *School) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*School) XXX_Merge

func (m *School) XXX_Merge(src proto.Message)

func (*School) XXX_Size

func (m *School) XXX_Size() int

func (*School) XXX_Unmarshal

func (m *School) XXX_Unmarshal(b []byte) error

type Status

type Status struct {
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	UpdateTime           string   `protobuf:"bytes,2,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateStatus

func GenerateStatus() *Status

GenerateStatus ...

func (*Status) Descriptor

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

func (*Status) GetStatus

func (m *Status) GetStatus() string

func (*Status) GetUpdateTime

func (m *Status) GetUpdateTime() string

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) Reset

func (m *Status) Reset()

func (*Status) String

func (m *Status) String() string

func (*Status) XXX_DiscardUnknown

func (m *Status) XXX_DiscardUnknown()

func (*Status) XXX_Marshal

func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Status) XXX_Merge

func (m *Status) XXX_Merge(src proto.Message)

func (*Status) XXX_Size

func (m *Status) XXX_Size() int

func (*Status) XXX_Unmarshal

func (m *Status) XXX_Unmarshal(b []byte) error

type Store

type Store 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"`
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func GenerateStore

func GenerateStore() *Store

GenerateStore ...

func (*Store) Descriptor

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

func (*Store) GetDescription

func (m *Store) GetDescription() string

func (*Store) GetId

func (m *Store) GetId() string

func (*Store) GetName

func (m *Store) GetName() string

func (*Store) ProtoMessage

func (*Store) ProtoMessage()

func (*Store) Reset

func (m *Store) Reset()

func (*Store) String

func (m *Store) String() string

func (*Store) XXX_DiscardUnknown

func (m *Store) XXX_DiscardUnknown()

func (*Store) XXX_Marshal

func (m *Store) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Store) XXX_Merge

func (m *Store) XXX_Merge(src proto.Message)

func (*Store) XXX_Size

func (m *Store) XXX_Size() int

func (*Store) XXX_Unmarshal

func (m *Store) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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