Versions in this module Expand all Collapse all v0 v0.1.2 Oct 2, 2021 Changes in this version + var File_testproto_proto protoreflect.FileDescriptor + var Status_name = map[int32]string + var Status_value = map[string]int32 + type Dimensions struct + Height int32 + Width int32 + func (*Dimensions) Descriptor() ([]byte, []int) + func (*Dimensions) ProtoMessage() + func (x *Dimensions) GetHeight() int32 + func (x *Dimensions) GetWidth() int32 + func (x *Dimensions) ProtoReflect() protoreflect.Message + func (x *Dimensions) Reset() + func (x *Dimensions) String() string + type Event struct + Changed isEvent_Changed + EventId int64 + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) GetChanged() isEvent_Changed + func (x *Event) GetDetails() *anypb.Any + func (x *Event) GetEventId() int64 + func (x *Event) GetPhoto() *Photo + func (x *Event) GetProfile() *Profile + func (x *Event) GetStatus() Status + func (x *Event) GetUser() *User + func (x *Event) ProtoReflect() protoreflect.Message + func (x *Event) Reset() + func (x *Event) String() string + type Event_Details struct + Details *anypb.Any + type Event_Photo struct + Photo *Photo + type Event_Profile struct + Profile *Profile + type Event_Status struct + Status Status + type Event_User struct + User *User + type Photo struct + Dimensions *Dimensions + Path string + PhotoId int64 + func (*Photo) Descriptor() ([]byte, []int) + func (*Photo) ProtoMessage() + func (x *Photo) GetDimensions() *Dimensions + func (x *Photo) GetPath() string + func (x *Photo) GetPhotoId() int64 + func (x *Photo) ProtoReflect() protoreflect.Message + func (x *Photo) Reset() + func (x *Photo) String() string + type Profile struct + Gallery []*Photo + LoginTimestamps []int64 + Photo *Photo + User *User + func (*Profile) Descriptor() ([]byte, []int) + func (*Profile) ProtoMessage() + func (x *Profile) GetGallery() []*Photo + func (x *Profile) GetLoginTimestamps() []int64 + func (x *Profile) GetPhoto() *Photo + func (x *Profile) GetUser() *User + func (x *Profile) ProtoReflect() protoreflect.Message + func (x *Profile) Reset() + func (x *Profile) String() string + type Result struct + Data []byte + NextToken int64 + func (*Result) Descriptor() ([]byte, []int) + func (*Result) ProtoMessage() + func (x *Result) GetData() []byte + func (x *Result) GetNextToken() int64 + func (x *Result) ProtoReflect() protoreflect.Message + func (x *Result) Reset() + func (x *Result) String() string + type Status int32 + const Status_FAILED + const Status_OK + const Status_UNKNOWN + func (Status) Descriptor() protoreflect.EnumDescriptor + func (Status) EnumDescriptor() ([]byte, []int) + func (Status) Type() protoreflect.EnumType + func (x Status) Enum() *Status + func (x Status) Number() protoreflect.EnumNumber + func (x Status) String() string + type UpdateProfileRequest struct + Fieldmask *fieldmaskpb.FieldMask + Profile *Profile + func (*UpdateProfileRequest) Descriptor() ([]byte, []int) + func (*UpdateProfileRequest) ProtoMessage() + func (x *UpdateProfileRequest) GetFieldmask() *fieldmaskpb.FieldMask + func (x *UpdateProfileRequest) GetProfile() *Profile + func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message + func (x *UpdateProfileRequest) Reset() + func (x *UpdateProfileRequest) String() string + type User struct + Name string + UserId int64 + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (x *User) GetName() string + func (x *User) GetUserId() int64 + func (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string