rpcv1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional bool refid = 70000001;
	E_Refid = &file_icbt_rpc_v1_constraints_proto_extTypes[0]
)

Extension fields to validate.StringRules.

View Source
var File_icbt_rpc_v1_constraints_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_earmark_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_event_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_favorite_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_notification_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_pagination_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_service_proto protoreflect.FileDescriptor
View Source
var File_icbt_rpc_v1_timestamptz_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Earmark

type Earmark struct {
	// contains filtered or unexported fields
}

func (*Earmark) ClearCreated added in v1.2.0

func (x *Earmark) ClearCreated()

func (*Earmark) GetCreated

func (x *Earmark) GetCreated() *timestamppb.Timestamp

func (*Earmark) GetEventItemRefId

func (x *Earmark) GetEventItemRefId() string

func (*Earmark) GetNote

func (x *Earmark) GetNote() string

func (*Earmark) GetOwner

func (x *Earmark) GetOwner() string

func (*Earmark) GetRefId

func (x *Earmark) GetRefId() string

func (*Earmark) HasCreated added in v1.2.0

func (x *Earmark) HasCreated() bool

func (*Earmark) ProtoMessage

func (*Earmark) ProtoMessage()

func (*Earmark) ProtoReflect

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

func (*Earmark) Reset

func (x *Earmark) Reset()

func (*Earmark) SetCreated added in v1.2.0

func (x *Earmark) SetCreated(v *timestamppb.Timestamp)

func (*Earmark) SetEventItemRefId added in v1.2.0

func (x *Earmark) SetEventItemRefId(v string)

func (*Earmark) SetNote added in v1.2.0

func (x *Earmark) SetNote(v string)

func (*Earmark) SetOwner added in v1.2.0

func (x *Earmark) SetOwner(v string)

func (*Earmark) SetRefId added in v1.2.0

func (x *Earmark) SetRefId(v string)

func (*Earmark) String

func (x *Earmark) String() string

type EarmarkCreateRequest

type EarmarkCreateRequest struct {
	// contains filtered or unexported fields
}

func (*EarmarkCreateRequest) GetEventItemRefId

func (x *EarmarkCreateRequest) GetEventItemRefId() string

func (*EarmarkCreateRequest) GetNote

func (x *EarmarkCreateRequest) GetNote() string

func (*EarmarkCreateRequest) ProtoMessage

func (*EarmarkCreateRequest) ProtoMessage()

func (*EarmarkCreateRequest) ProtoReflect

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

func (*EarmarkCreateRequest) Reset

func (x *EarmarkCreateRequest) Reset()

func (*EarmarkCreateRequest) SetEventItemRefId added in v1.2.0

func (x *EarmarkCreateRequest) SetEventItemRefId(v string)

func (*EarmarkCreateRequest) SetNote added in v1.2.0

func (x *EarmarkCreateRequest) SetNote(v string)

func (*EarmarkCreateRequest) String

func (x *EarmarkCreateRequest) String() string

type EarmarkCreateRequest_builder added in v1.2.0

type EarmarkCreateRequest_builder struct {
	EventItemRefId string
	Note           string
	// contains filtered or unexported fields
}

func (EarmarkCreateRequest_builder) Build added in v1.2.0

type EarmarkCreateResponse

type EarmarkCreateResponse struct {
	// contains filtered or unexported fields
}

func (*EarmarkCreateResponse) ClearEarmark added in v1.2.0

func (x *EarmarkCreateResponse) ClearEarmark()

func (*EarmarkCreateResponse) GetEarmark

func (x *EarmarkCreateResponse) GetEarmark() *Earmark

func (*EarmarkCreateResponse) HasEarmark added in v1.2.0

func (x *EarmarkCreateResponse) HasEarmark() bool

func (*EarmarkCreateResponse) ProtoMessage

func (*EarmarkCreateResponse) ProtoMessage()

func (*EarmarkCreateResponse) ProtoReflect

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

func (*EarmarkCreateResponse) Reset

func (x *EarmarkCreateResponse) Reset()

func (*EarmarkCreateResponse) SetEarmark added in v1.2.0

func (x *EarmarkCreateResponse) SetEarmark(v *Earmark)

func (*EarmarkCreateResponse) String

func (x *EarmarkCreateResponse) String() string

type EarmarkCreateResponse_builder added in v1.2.0

type EarmarkCreateResponse_builder struct {
	Earmark *Earmark
	// contains filtered or unexported fields
}

func (EarmarkCreateResponse_builder) Build added in v1.2.0

type EarmarkGetDetailsRequest

type EarmarkGetDetailsRequest struct {
	// contains filtered or unexported fields
}

func (*EarmarkGetDetailsRequest) GetRefId

func (x *EarmarkGetDetailsRequest) GetRefId() string

func (*EarmarkGetDetailsRequest) ProtoMessage

func (*EarmarkGetDetailsRequest) ProtoMessage()

func (*EarmarkGetDetailsRequest) ProtoReflect

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

func (*EarmarkGetDetailsRequest) Reset

func (x *EarmarkGetDetailsRequest) Reset()

func (*EarmarkGetDetailsRequest) SetRefId added in v1.2.0

func (x *EarmarkGetDetailsRequest) SetRefId(v string)

func (*EarmarkGetDetailsRequest) String

func (x *EarmarkGetDetailsRequest) String() string

type EarmarkGetDetailsRequest_builder added in v1.2.0

type EarmarkGetDetailsRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EarmarkGetDetailsRequest_builder) Build added in v1.2.0

type EarmarkGetDetailsResponse

type EarmarkGetDetailsResponse struct {
	// contains filtered or unexported fields
}

func (*EarmarkGetDetailsResponse) ClearEarmark added in v1.2.0

func (x *EarmarkGetDetailsResponse) ClearEarmark()

func (*EarmarkGetDetailsResponse) GetEarmark

func (x *EarmarkGetDetailsResponse) GetEarmark() *Earmark

func (*EarmarkGetDetailsResponse) GetEventRefId

func (x *EarmarkGetDetailsResponse) GetEventRefId() string

func (*EarmarkGetDetailsResponse) HasEarmark added in v1.2.0

func (x *EarmarkGetDetailsResponse) HasEarmark() bool

func (*EarmarkGetDetailsResponse) ProtoMessage

func (*EarmarkGetDetailsResponse) ProtoMessage()

func (*EarmarkGetDetailsResponse) ProtoReflect

func (*EarmarkGetDetailsResponse) Reset

func (x *EarmarkGetDetailsResponse) Reset()

func (*EarmarkGetDetailsResponse) SetEarmark added in v1.2.0

func (x *EarmarkGetDetailsResponse) SetEarmark(v *Earmark)

func (*EarmarkGetDetailsResponse) SetEventRefId added in v1.2.0

func (x *EarmarkGetDetailsResponse) SetEventRefId(v string)

func (*EarmarkGetDetailsResponse) String

func (x *EarmarkGetDetailsResponse) String() string

type EarmarkGetDetailsResponse_builder added in v1.2.0

type EarmarkGetDetailsResponse_builder struct {
	Earmark    *Earmark
	EventRefId string
	// contains filtered or unexported fields
}

func (EarmarkGetDetailsResponse_builder) Build added in v1.2.0

type EarmarkRemoveRequest

type EarmarkRemoveRequest struct {
	// contains filtered or unexported fields
}

func (*EarmarkRemoveRequest) GetRefId

func (x *EarmarkRemoveRequest) GetRefId() string

func (*EarmarkRemoveRequest) ProtoMessage

func (*EarmarkRemoveRequest) ProtoMessage()

func (*EarmarkRemoveRequest) ProtoReflect

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

func (*EarmarkRemoveRequest) Reset

func (x *EarmarkRemoveRequest) Reset()

func (*EarmarkRemoveRequest) SetRefId added in v1.2.0

func (x *EarmarkRemoveRequest) SetRefId(v string)

func (*EarmarkRemoveRequest) String

func (x *EarmarkRemoveRequest) String() string

type EarmarkRemoveRequest_builder added in v1.2.0

type EarmarkRemoveRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EarmarkRemoveRequest_builder) Build added in v1.2.0

type Earmark_builder added in v1.2.0

type Earmark_builder struct {
	RefId          string
	EventItemRefId string
	Note           string
	Owner          string
	Created        *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Earmark_builder) Build added in v1.2.0

func (b0 Earmark_builder) Build() *Earmark

type EarmarksListRequest

type EarmarksListRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*EarmarksListRequest) ClearArchived added in v1.2.0

func (x *EarmarksListRequest) ClearArchived()

func (*EarmarksListRequest) ClearPagination added in v1.2.0

func (x *EarmarksListRequest) ClearPagination()

func (*EarmarksListRequest) GetArchived

func (x *EarmarksListRequest) GetArchived() bool

func (*EarmarksListRequest) GetPagination

func (x *EarmarksListRequest) GetPagination() *PaginationRequest

func (*EarmarksListRequest) HasArchived added in v1.2.0

func (x *EarmarksListRequest) HasArchived() bool

func (*EarmarksListRequest) HasPagination added in v1.2.0

func (x *EarmarksListRequest) HasPagination() bool

func (*EarmarksListRequest) ProtoMessage

func (*EarmarksListRequest) ProtoMessage()

func (*EarmarksListRequest) ProtoReflect

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

func (*EarmarksListRequest) Reset

func (x *EarmarksListRequest) Reset()

func (*EarmarksListRequest) SetArchived added in v1.2.0

func (x *EarmarksListRequest) SetArchived(v bool)

func (*EarmarksListRequest) SetPagination added in v1.2.0

func (x *EarmarksListRequest) SetPagination(v *PaginationRequest)

func (*EarmarksListRequest) String

func (x *EarmarksListRequest) String() string

type EarmarksListRequest_builder added in v1.2.0

type EarmarksListRequest_builder struct {
	Pagination *PaginationRequest
	Archived   *bool
	// contains filtered or unexported fields
}

func (EarmarksListRequest_builder) Build added in v1.2.0

type EarmarksListResponse

type EarmarksListResponse struct {
	// contains filtered or unexported fields
}

func (*EarmarksListResponse) ClearPagination added in v1.2.0

func (x *EarmarksListResponse) ClearPagination()

func (*EarmarksListResponse) GetEarmarks

func (x *EarmarksListResponse) GetEarmarks() []*Earmark

func (*EarmarksListResponse) GetPagination

func (x *EarmarksListResponse) GetPagination() *PaginationResult

func (*EarmarksListResponse) HasPagination added in v1.2.0

func (x *EarmarksListResponse) HasPagination() bool

func (*EarmarksListResponse) ProtoMessage

func (*EarmarksListResponse) ProtoMessage()

func (*EarmarksListResponse) ProtoReflect

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

func (*EarmarksListResponse) Reset

func (x *EarmarksListResponse) Reset()

func (*EarmarksListResponse) SetEarmarks added in v1.2.0

func (x *EarmarksListResponse) SetEarmarks(v []*Earmark)

func (*EarmarksListResponse) SetPagination added in v1.2.0

func (x *EarmarksListResponse) SetPagination(v *PaginationResult)

func (*EarmarksListResponse) String

func (x *EarmarksListResponse) String() string

type EarmarksListResponse_builder added in v1.2.0

type EarmarksListResponse_builder struct {
	Earmarks   []*Earmark
	Pagination *PaginationResult
	// contains filtered or unexported fields
}

func (EarmarksListResponse_builder) Build added in v1.2.0

type Event

type Event struct {
	// contains filtered or unexported fields
}

func (*Event) ClearCreated added in v1.2.0

func (x *Event) ClearCreated()

func (*Event) ClearWhen added in v1.2.0

func (x *Event) ClearWhen()

func (*Event) GetArchived

func (x *Event) GetArchived() bool

func (*Event) GetCreated

func (x *Event) GetCreated() *timestamppb.Timestamp

func (*Event) GetDescription

func (x *Event) GetDescription() string

func (*Event) GetName

func (x *Event) GetName() string

func (*Event) GetRefId

func (x *Event) GetRefId() string

func (*Event) GetWhen

func (x *Event) GetWhen() *TimestampTZ

func (*Event) HasCreated added in v1.2.0

func (x *Event) HasCreated() bool

func (*Event) HasWhen added in v1.2.0

func (x *Event) HasWhen() bool

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) SetArchived added in v1.2.0

func (x *Event) SetArchived(v bool)

func (*Event) SetCreated added in v1.2.0

func (x *Event) SetCreated(v *timestamppb.Timestamp)

func (*Event) SetDescription added in v1.2.0

func (x *Event) SetDescription(v string)

func (*Event) SetName added in v1.2.0

func (x *Event) SetName(v string)

func (*Event) SetRefId added in v1.2.0

func (x *Event) SetRefId(v string)

func (*Event) SetWhen added in v1.2.0

func (x *Event) SetWhen(v *TimestampTZ)

func (*Event) String

func (x *Event) String() string

type EventAddItemRequest

type EventAddItemRequest struct {
	// contains filtered or unexported fields
}

func (*EventAddItemRequest) GetDescription

func (x *EventAddItemRequest) GetDescription() string

func (*EventAddItemRequest) GetEventRefId

func (x *EventAddItemRequest) GetEventRefId() string

func (*EventAddItemRequest) ProtoMessage

func (*EventAddItemRequest) ProtoMessage()

func (*EventAddItemRequest) ProtoReflect

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

func (*EventAddItemRequest) Reset

func (x *EventAddItemRequest) Reset()

func (*EventAddItemRequest) SetDescription added in v1.2.0

func (x *EventAddItemRequest) SetDescription(v string)

func (*EventAddItemRequest) SetEventRefId added in v1.2.0

func (x *EventAddItemRequest) SetEventRefId(v string)

func (*EventAddItemRequest) String

func (x *EventAddItemRequest) String() string

type EventAddItemRequest_builder added in v1.2.0

type EventAddItemRequest_builder struct {
	EventRefId  string
	Description string
	// contains filtered or unexported fields
}

func (EventAddItemRequest_builder) Build added in v1.2.0

type EventAddItemResponse

type EventAddItemResponse struct {
	// contains filtered or unexported fields
}

func (*EventAddItemResponse) ClearEventItem added in v1.2.0

func (x *EventAddItemResponse) ClearEventItem()

func (*EventAddItemResponse) GetEventItem

func (x *EventAddItemResponse) GetEventItem() *EventItem

func (*EventAddItemResponse) HasEventItem added in v1.2.0

func (x *EventAddItemResponse) HasEventItem() bool

func (*EventAddItemResponse) ProtoMessage

func (*EventAddItemResponse) ProtoMessage()

func (*EventAddItemResponse) ProtoReflect

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

func (*EventAddItemResponse) Reset

func (x *EventAddItemResponse) Reset()

func (*EventAddItemResponse) SetEventItem added in v1.2.0

func (x *EventAddItemResponse) SetEventItem(v *EventItem)

func (*EventAddItemResponse) String

func (x *EventAddItemResponse) String() string

type EventAddItemResponse_builder added in v1.2.0

type EventAddItemResponse_builder struct {
	EventItem *EventItem
	// contains filtered or unexported fields
}

func (EventAddItemResponse_builder) Build added in v1.2.0

type EventCreateRequest

type EventCreateRequest struct {
	// contains filtered or unexported fields
}

func (*EventCreateRequest) ClearWhen added in v1.2.0

func (x *EventCreateRequest) ClearWhen()

func (*EventCreateRequest) GetDescription

func (x *EventCreateRequest) GetDescription() string

func (*EventCreateRequest) GetName

func (x *EventCreateRequest) GetName() string

func (*EventCreateRequest) GetWhen

func (x *EventCreateRequest) GetWhen() *TimestampTZ

func (*EventCreateRequest) HasWhen added in v1.2.0

func (x *EventCreateRequest) HasWhen() bool

func (*EventCreateRequest) ProtoMessage

func (*EventCreateRequest) ProtoMessage()

func (*EventCreateRequest) ProtoReflect

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

func (*EventCreateRequest) Reset

func (x *EventCreateRequest) Reset()

func (*EventCreateRequest) SetDescription added in v1.2.0

func (x *EventCreateRequest) SetDescription(v string)

func (*EventCreateRequest) SetName added in v1.2.0

func (x *EventCreateRequest) SetName(v string)

func (*EventCreateRequest) SetWhen added in v1.2.0

func (x *EventCreateRequest) SetWhen(v *TimestampTZ)

func (*EventCreateRequest) String

func (x *EventCreateRequest) String() string

type EventCreateRequest_builder added in v1.2.0

type EventCreateRequest_builder struct {
	Name        string
	Description string
	When        *TimestampTZ
	// contains filtered or unexported fields
}

func (EventCreateRequest_builder) Build added in v1.2.0

type EventCreateResponse

type EventCreateResponse struct {
	// contains filtered or unexported fields
}

func (*EventCreateResponse) ClearEvent added in v1.2.0

func (x *EventCreateResponse) ClearEvent()

func (*EventCreateResponse) GetEvent

func (x *EventCreateResponse) GetEvent() *Event

func (*EventCreateResponse) HasEvent added in v1.2.0

func (x *EventCreateResponse) HasEvent() bool

func (*EventCreateResponse) ProtoMessage

func (*EventCreateResponse) ProtoMessage()

func (*EventCreateResponse) ProtoReflect

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

func (*EventCreateResponse) Reset

func (x *EventCreateResponse) Reset()

func (*EventCreateResponse) SetEvent added in v1.2.0

func (x *EventCreateResponse) SetEvent(v *Event)

func (*EventCreateResponse) String

func (x *EventCreateResponse) String() string

type EventCreateResponse_builder added in v1.2.0

type EventCreateResponse_builder struct {
	Event *Event
	// contains filtered or unexported fields
}

func (EventCreateResponse_builder) Build added in v1.2.0

type EventDeleteRequest

type EventDeleteRequest struct {
	// contains filtered or unexported fields
}

func (*EventDeleteRequest) GetRefId

func (x *EventDeleteRequest) GetRefId() string

func (*EventDeleteRequest) ProtoMessage

func (*EventDeleteRequest) ProtoMessage()

func (*EventDeleteRequest) ProtoReflect

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

func (*EventDeleteRequest) Reset

func (x *EventDeleteRequest) Reset()

func (*EventDeleteRequest) SetRefId added in v1.2.0

func (x *EventDeleteRequest) SetRefId(v string)

func (*EventDeleteRequest) String

func (x *EventDeleteRequest) String() string

type EventDeleteRequest_builder added in v1.2.0

type EventDeleteRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EventDeleteRequest_builder) Build added in v1.2.0

type EventGetDetailsRequest

type EventGetDetailsRequest struct {
	// contains filtered or unexported fields
}

func (*EventGetDetailsRequest) GetRefId

func (x *EventGetDetailsRequest) GetRefId() string

func (*EventGetDetailsRequest) ProtoMessage

func (*EventGetDetailsRequest) ProtoMessage()

func (*EventGetDetailsRequest) ProtoReflect

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

func (*EventGetDetailsRequest) Reset

func (x *EventGetDetailsRequest) Reset()

func (*EventGetDetailsRequest) SetRefId added in v1.2.0

func (x *EventGetDetailsRequest) SetRefId(v string)

func (*EventGetDetailsRequest) String

func (x *EventGetDetailsRequest) String() string

type EventGetDetailsRequest_builder added in v1.2.0

type EventGetDetailsRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EventGetDetailsRequest_builder) Build added in v1.2.0

type EventGetDetailsResponse

type EventGetDetailsResponse struct {
	// contains filtered or unexported fields
}

func (*EventGetDetailsResponse) ClearEvent added in v1.2.0

func (x *EventGetDetailsResponse) ClearEvent()

func (*EventGetDetailsResponse) GetEarmarks

func (x *EventGetDetailsResponse) GetEarmarks() []*Earmark

func (*EventGetDetailsResponse) GetEvent

func (x *EventGetDetailsResponse) GetEvent() *Event

func (*EventGetDetailsResponse) GetItems

func (x *EventGetDetailsResponse) GetItems() []*EventItem

func (*EventGetDetailsResponse) HasEvent added in v1.2.0

func (x *EventGetDetailsResponse) HasEvent() bool

func (*EventGetDetailsResponse) ProtoMessage

func (*EventGetDetailsResponse) ProtoMessage()

func (*EventGetDetailsResponse) ProtoReflect

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

func (*EventGetDetailsResponse) Reset

func (x *EventGetDetailsResponse) Reset()

func (*EventGetDetailsResponse) SetEarmarks added in v1.2.0

func (x *EventGetDetailsResponse) SetEarmarks(v []*Earmark)

func (*EventGetDetailsResponse) SetEvent added in v1.2.0

func (x *EventGetDetailsResponse) SetEvent(v *Event)

func (*EventGetDetailsResponse) SetItems added in v1.2.0

func (x *EventGetDetailsResponse) SetItems(v []*EventItem)

func (*EventGetDetailsResponse) String

func (x *EventGetDetailsResponse) String() string

type EventGetDetailsResponse_builder added in v1.2.0

type EventGetDetailsResponse_builder struct {
	Event    *Event
	Items    []*EventItem
	Earmarks []*Earmark
	// contains filtered or unexported fields
}

func (EventGetDetailsResponse_builder) Build added in v1.2.0

type EventItem

type EventItem struct {
	// contains filtered or unexported fields
}

func (*EventItem) ClearCreated added in v1.2.0

func (x *EventItem) ClearCreated()

func (*EventItem) GetCreated

func (x *EventItem) GetCreated() *timestamppb.Timestamp

func (*EventItem) GetDescription

func (x *EventItem) GetDescription() string

func (*EventItem) GetRefId

func (x *EventItem) GetRefId() string

func (*EventItem) HasCreated added in v1.2.0

func (x *EventItem) HasCreated() bool

func (*EventItem) ProtoMessage

func (*EventItem) ProtoMessage()

func (*EventItem) ProtoReflect

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

func (*EventItem) Reset

func (x *EventItem) Reset()

func (*EventItem) SetCreated added in v1.2.0

func (x *EventItem) SetCreated(v *timestamppb.Timestamp)

func (*EventItem) SetDescription added in v1.2.0

func (x *EventItem) SetDescription(v string)

func (*EventItem) SetRefId added in v1.2.0

func (x *EventItem) SetRefId(v string)

func (*EventItem) String

func (x *EventItem) String() string

type EventItem_builder added in v1.2.0

type EventItem_builder struct {
	RefId       string
	Description string
	Created     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (EventItem_builder) Build added in v1.2.0

func (b0 EventItem_builder) Build() *EventItem

type EventListEarmarksRequest

type EventListEarmarksRequest struct {
	// contains filtered or unexported fields
}

func (*EventListEarmarksRequest) GetRefId

func (x *EventListEarmarksRequest) GetRefId() string

func (*EventListEarmarksRequest) ProtoMessage

func (*EventListEarmarksRequest) ProtoMessage()

func (*EventListEarmarksRequest) ProtoReflect

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

func (*EventListEarmarksRequest) Reset

func (x *EventListEarmarksRequest) Reset()

func (*EventListEarmarksRequest) SetRefId added in v1.2.0

func (x *EventListEarmarksRequest) SetRefId(v string)

func (*EventListEarmarksRequest) String

func (x *EventListEarmarksRequest) String() string

type EventListEarmarksRequest_builder added in v1.2.0

type EventListEarmarksRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EventListEarmarksRequest_builder) Build added in v1.2.0

type EventListEarmarksResponse

type EventListEarmarksResponse struct {
	// contains filtered or unexported fields
}

func (*EventListEarmarksResponse) ClearPagination added in v1.2.0

func (x *EventListEarmarksResponse) ClearPagination()

func (*EventListEarmarksResponse) GetEarmarks

func (x *EventListEarmarksResponse) GetEarmarks() []*Earmark

func (*EventListEarmarksResponse) GetPagination

func (x *EventListEarmarksResponse) GetPagination() *PaginationResult

func (*EventListEarmarksResponse) HasPagination added in v1.2.0

func (x *EventListEarmarksResponse) HasPagination() bool

func (*EventListEarmarksResponse) ProtoMessage

func (*EventListEarmarksResponse) ProtoMessage()

func (*EventListEarmarksResponse) ProtoReflect

func (*EventListEarmarksResponse) Reset

func (x *EventListEarmarksResponse) Reset()

func (*EventListEarmarksResponse) SetEarmarks added in v1.2.0

func (x *EventListEarmarksResponse) SetEarmarks(v []*Earmark)

func (*EventListEarmarksResponse) SetPagination added in v1.2.0

func (x *EventListEarmarksResponse) SetPagination(v *PaginationResult)

func (*EventListEarmarksResponse) String

func (x *EventListEarmarksResponse) String() string

type EventListEarmarksResponse_builder added in v1.2.0

type EventListEarmarksResponse_builder struct {
	Earmarks   []*Earmark
	Pagination *PaginationResult
	// contains filtered or unexported fields
}

func (EventListEarmarksResponse_builder) Build added in v1.2.0

type EventListItemsRequest

type EventListItemsRequest struct {
	// contains filtered or unexported fields
}

func (*EventListItemsRequest) GetRefId

func (x *EventListItemsRequest) GetRefId() string

func (*EventListItemsRequest) ProtoMessage

func (*EventListItemsRequest) ProtoMessage()

func (*EventListItemsRequest) ProtoReflect

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

func (*EventListItemsRequest) Reset

func (x *EventListItemsRequest) Reset()

func (*EventListItemsRequest) SetRefId added in v1.2.0

func (x *EventListItemsRequest) SetRefId(v string)

func (*EventListItemsRequest) String

func (x *EventListItemsRequest) String() string

type EventListItemsRequest_builder added in v1.2.0

type EventListItemsRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EventListItemsRequest_builder) Build added in v1.2.0

type EventListItemsResponse

type EventListItemsResponse struct {
	// contains filtered or unexported fields
}

func (*EventListItemsResponse) ClearPagination added in v1.2.0

func (x *EventListItemsResponse) ClearPagination()

func (*EventListItemsResponse) GetItems

func (x *EventListItemsResponse) GetItems() []*EventItem

func (*EventListItemsResponse) GetPagination

func (x *EventListItemsResponse) GetPagination() *PaginationResult

func (*EventListItemsResponse) HasPagination added in v1.2.0

func (x *EventListItemsResponse) HasPagination() bool

func (*EventListItemsResponse) ProtoMessage

func (*EventListItemsResponse) ProtoMessage()

func (*EventListItemsResponse) ProtoReflect

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

func (*EventListItemsResponse) Reset

func (x *EventListItemsResponse) Reset()

func (*EventListItemsResponse) SetItems added in v1.2.0

func (x *EventListItemsResponse) SetItems(v []*EventItem)

func (*EventListItemsResponse) SetPagination added in v1.2.0

func (x *EventListItemsResponse) SetPagination(v *PaginationResult)

func (*EventListItemsResponse) String

func (x *EventListItemsResponse) String() string

type EventListItemsResponse_builder added in v1.2.0

type EventListItemsResponse_builder struct {
	Items      []*EventItem
	Pagination *PaginationResult
	// contains filtered or unexported fields
}

func (EventListItemsResponse_builder) Build added in v1.2.0

type EventRemoveItemRequest

type EventRemoveItemRequest struct {
	// contains filtered or unexported fields
}

func (*EventRemoveItemRequest) GetRefId

func (x *EventRemoveItemRequest) GetRefId() string

func (*EventRemoveItemRequest) ProtoMessage

func (*EventRemoveItemRequest) ProtoMessage()

func (*EventRemoveItemRequest) ProtoReflect

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

func (*EventRemoveItemRequest) Reset

func (x *EventRemoveItemRequest) Reset()

func (*EventRemoveItemRequest) SetRefId added in v1.2.0

func (x *EventRemoveItemRequest) SetRefId(v string)

func (*EventRemoveItemRequest) String

func (x *EventRemoveItemRequest) String() string

type EventRemoveItemRequest_builder added in v1.2.0

type EventRemoveItemRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (EventRemoveItemRequest_builder) Build added in v1.2.0

type EventUpdateItemRequest

type EventUpdateItemRequest struct {
	// contains filtered or unexported fields
}

func (*EventUpdateItemRequest) GetDescription

func (x *EventUpdateItemRequest) GetDescription() string

func (*EventUpdateItemRequest) GetRefId

func (x *EventUpdateItemRequest) GetRefId() string

func (*EventUpdateItemRequest) ProtoMessage

func (*EventUpdateItemRequest) ProtoMessage()

func (*EventUpdateItemRequest) ProtoReflect

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

func (*EventUpdateItemRequest) Reset

func (x *EventUpdateItemRequest) Reset()

func (*EventUpdateItemRequest) SetDescription added in v1.2.0

func (x *EventUpdateItemRequest) SetDescription(v string)

func (*EventUpdateItemRequest) SetRefId added in v1.2.0

func (x *EventUpdateItemRequest) SetRefId(v string)

func (*EventUpdateItemRequest) String

func (x *EventUpdateItemRequest) String() string

type EventUpdateItemRequest_builder added in v1.2.0

type EventUpdateItemRequest_builder struct {
	RefId       string
	Description string
	// contains filtered or unexported fields
}

func (EventUpdateItemRequest_builder) Build added in v1.2.0

type EventUpdateItemResponse

type EventUpdateItemResponse struct {
	// contains filtered or unexported fields
}

func (*EventUpdateItemResponse) ClearEventItem added in v1.2.0

func (x *EventUpdateItemResponse) ClearEventItem()

func (*EventUpdateItemResponse) GetEventItem

func (x *EventUpdateItemResponse) GetEventItem() *EventItem

func (*EventUpdateItemResponse) HasEventItem added in v1.2.0

func (x *EventUpdateItemResponse) HasEventItem() bool

func (*EventUpdateItemResponse) ProtoMessage

func (*EventUpdateItemResponse) ProtoMessage()

func (*EventUpdateItemResponse) ProtoReflect

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

func (*EventUpdateItemResponse) Reset

func (x *EventUpdateItemResponse) Reset()

func (*EventUpdateItemResponse) SetEventItem added in v1.2.0

func (x *EventUpdateItemResponse) SetEventItem(v *EventItem)

func (*EventUpdateItemResponse) String

func (x *EventUpdateItemResponse) String() string

type EventUpdateItemResponse_builder added in v1.2.0

type EventUpdateItemResponse_builder struct {
	EventItem *EventItem
	// contains filtered or unexported fields
}

func (EventUpdateItemResponse_builder) Build added in v1.2.0

type EventUpdateRequest

type EventUpdateRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*EventUpdateRequest) ClearDescription added in v1.2.0

func (x *EventUpdateRequest) ClearDescription()

func (*EventUpdateRequest) ClearName added in v1.2.0

func (x *EventUpdateRequest) ClearName()

func (*EventUpdateRequest) ClearWhen added in v1.2.0

func (x *EventUpdateRequest) ClearWhen()

func (*EventUpdateRequest) GetDescription

func (x *EventUpdateRequest) GetDescription() string

func (*EventUpdateRequest) GetName

func (x *EventUpdateRequest) GetName() string

func (*EventUpdateRequest) GetRefId

func (x *EventUpdateRequest) GetRefId() string

func (*EventUpdateRequest) GetWhen

func (x *EventUpdateRequest) GetWhen() *TimestampTZ

func (*EventUpdateRequest) HasDescription added in v1.2.0

func (x *EventUpdateRequest) HasDescription() bool

func (*EventUpdateRequest) HasName added in v1.2.0

func (x *EventUpdateRequest) HasName() bool

func (*EventUpdateRequest) HasWhen added in v1.2.0

func (x *EventUpdateRequest) HasWhen() bool

func (*EventUpdateRequest) ProtoMessage

func (*EventUpdateRequest) ProtoMessage()

func (*EventUpdateRequest) ProtoReflect

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

func (*EventUpdateRequest) Reset

func (x *EventUpdateRequest) Reset()

func (*EventUpdateRequest) SetDescription added in v1.2.0

func (x *EventUpdateRequest) SetDescription(v string)

func (*EventUpdateRequest) SetName added in v1.2.0

func (x *EventUpdateRequest) SetName(v string)

func (*EventUpdateRequest) SetRefId added in v1.2.0

func (x *EventUpdateRequest) SetRefId(v string)

func (*EventUpdateRequest) SetWhen added in v1.2.0

func (x *EventUpdateRequest) SetWhen(v *TimestampTZ)

func (*EventUpdateRequest) String

func (x *EventUpdateRequest) String() string

type EventUpdateRequest_builder added in v1.2.0

type EventUpdateRequest_builder struct {
	RefId       string
	Name        *string
	Description *string
	When        *TimestampTZ
	// contains filtered or unexported fields
}

func (EventUpdateRequest_builder) Build added in v1.2.0

type Event_builder added in v1.2.0

type Event_builder struct {
	RefId       string
	Name        string
	Description string
	When        *TimestampTZ
	Archived    bool
	Created     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Event_builder) Build added in v1.2.0

func (b0 Event_builder) Build() *Event

type EventsListRequest

type EventsListRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*EventsListRequest) ClearArchived added in v1.2.0

func (x *EventsListRequest) ClearArchived()

func (*EventsListRequest) ClearPagination added in v1.2.0

func (x *EventsListRequest) ClearPagination()

func (*EventsListRequest) GetArchived

func (x *EventsListRequest) GetArchived() bool

func (*EventsListRequest) GetPagination

func (x *EventsListRequest) GetPagination() *PaginationRequest

func (*EventsListRequest) HasArchived added in v1.2.0

func (x *EventsListRequest) HasArchived() bool

func (*EventsListRequest) HasPagination added in v1.2.0

func (x *EventsListRequest) HasPagination() bool

func (*EventsListRequest) ProtoMessage

func (*EventsListRequest) ProtoMessage()

func (*EventsListRequest) ProtoReflect

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

func (*EventsListRequest) Reset

func (x *EventsListRequest) Reset()

func (*EventsListRequest) SetArchived added in v1.2.0

func (x *EventsListRequest) SetArchived(v bool)

func (*EventsListRequest) SetPagination added in v1.2.0

func (x *EventsListRequest) SetPagination(v *PaginationRequest)

func (*EventsListRequest) String

func (x *EventsListRequest) String() string

type EventsListRequest_builder added in v1.2.0

type EventsListRequest_builder struct {
	Pagination *PaginationRequest
	Archived   *bool
	// contains filtered or unexported fields
}

func (EventsListRequest_builder) Build added in v1.2.0

type EventsListResponse

type EventsListResponse struct {
	// contains filtered or unexported fields
}

func (*EventsListResponse) ClearPagination added in v1.2.0

func (x *EventsListResponse) ClearPagination()

func (*EventsListResponse) GetEvents

func (x *EventsListResponse) GetEvents() []*Event

func (*EventsListResponse) GetPagination

func (x *EventsListResponse) GetPagination() *PaginationResult

func (*EventsListResponse) HasPagination added in v1.2.0

func (x *EventsListResponse) HasPagination() bool

func (*EventsListResponse) ProtoMessage

func (*EventsListResponse) ProtoMessage()

func (*EventsListResponse) ProtoReflect

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

func (*EventsListResponse) Reset

func (x *EventsListResponse) Reset()

func (*EventsListResponse) SetEvents added in v1.2.0

func (x *EventsListResponse) SetEvents(v []*Event)

func (*EventsListResponse) SetPagination added in v1.2.0

func (x *EventsListResponse) SetPagination(v *PaginationResult)

func (*EventsListResponse) String

func (x *EventsListResponse) String() string

type EventsListResponse_builder added in v1.2.0

type EventsListResponse_builder struct {
	Events     []*Event
	Pagination *PaginationResult
	// contains filtered or unexported fields
}

func (EventsListResponse_builder) Build added in v1.2.0

type Favorite

type Favorite struct {
	// contains filtered or unexported fields
}

func (*Favorite) ClearCreated added in v1.2.0

func (x *Favorite) ClearCreated()

func (*Favorite) GetCreated

func (x *Favorite) GetCreated() *timestamppb.Timestamp

func (*Favorite) GetEventRefId

func (x *Favorite) GetEventRefId() string

func (*Favorite) HasCreated added in v1.2.0

func (x *Favorite) HasCreated() bool

func (*Favorite) ProtoMessage

func (*Favorite) ProtoMessage()

func (*Favorite) ProtoReflect

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

func (*Favorite) Reset

func (x *Favorite) Reset()

func (*Favorite) SetCreated added in v1.2.0

func (x *Favorite) SetCreated(v *timestamppb.Timestamp)

func (*Favorite) SetEventRefId added in v1.2.0

func (x *Favorite) SetEventRefId(v string)

func (*Favorite) String

func (x *Favorite) String() string

type FavoriteAddRequest

type FavoriteAddRequest struct {
	// contains filtered or unexported fields
}

func (*FavoriteAddRequest) GetEventRefId

func (x *FavoriteAddRequest) GetEventRefId() string

func (*FavoriteAddRequest) ProtoMessage

func (*FavoriteAddRequest) ProtoMessage()

func (*FavoriteAddRequest) ProtoReflect

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

func (*FavoriteAddRequest) Reset

func (x *FavoriteAddRequest) Reset()

func (*FavoriteAddRequest) SetEventRefId added in v1.2.0

func (x *FavoriteAddRequest) SetEventRefId(v string)

func (*FavoriteAddRequest) String

func (x *FavoriteAddRequest) String() string

type FavoriteAddRequest_builder added in v1.2.0

type FavoriteAddRequest_builder struct {
	EventRefId string
	// contains filtered or unexported fields
}

func (FavoriteAddRequest_builder) Build added in v1.2.0

type FavoriteAddResponse

type FavoriteAddResponse struct {
	// contains filtered or unexported fields
}

func (*FavoriteAddResponse) ClearFavorite added in v1.2.0

func (x *FavoriteAddResponse) ClearFavorite()

func (*FavoriteAddResponse) GetFavorite

func (x *FavoriteAddResponse) GetFavorite() *Favorite

func (*FavoriteAddResponse) HasFavorite added in v1.2.0

func (x *FavoriteAddResponse) HasFavorite() bool

func (*FavoriteAddResponse) ProtoMessage

func (*FavoriteAddResponse) ProtoMessage()

func (*FavoriteAddResponse) ProtoReflect

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

func (*FavoriteAddResponse) Reset

func (x *FavoriteAddResponse) Reset()

func (*FavoriteAddResponse) SetFavorite added in v1.2.0

func (x *FavoriteAddResponse) SetFavorite(v *Favorite)

func (*FavoriteAddResponse) String

func (x *FavoriteAddResponse) String() string

type FavoriteAddResponse_builder added in v1.2.0

type FavoriteAddResponse_builder struct {
	Favorite *Favorite
	// contains filtered or unexported fields
}

func (FavoriteAddResponse_builder) Build added in v1.2.0

type FavoriteListEventsRequest

type FavoriteListEventsRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*FavoriteListEventsRequest) ClearArchived added in v1.2.0

func (x *FavoriteListEventsRequest) ClearArchived()

func (*FavoriteListEventsRequest) ClearPagination added in v1.2.0

func (x *FavoriteListEventsRequest) ClearPagination()

func (*FavoriteListEventsRequest) GetArchived

func (x *FavoriteListEventsRequest) GetArchived() bool

func (*FavoriteListEventsRequest) GetPagination

func (x *FavoriteListEventsRequest) GetPagination() *PaginationRequest

func (*FavoriteListEventsRequest) HasArchived added in v1.2.0

func (x *FavoriteListEventsRequest) HasArchived() bool

func (*FavoriteListEventsRequest) HasPagination added in v1.2.0

func (x *FavoriteListEventsRequest) HasPagination() bool

func (*FavoriteListEventsRequest) ProtoMessage

func (*FavoriteListEventsRequest) ProtoMessage()

func (*FavoriteListEventsRequest) ProtoReflect

func (*FavoriteListEventsRequest) Reset

func (x *FavoriteListEventsRequest) Reset()

func (*FavoriteListEventsRequest) SetArchived added in v1.2.0

func (x *FavoriteListEventsRequest) SetArchived(v bool)

func (*FavoriteListEventsRequest) SetPagination added in v1.2.0

func (x *FavoriteListEventsRequest) SetPagination(v *PaginationRequest)

func (*FavoriteListEventsRequest) String

func (x *FavoriteListEventsRequest) String() string

type FavoriteListEventsRequest_builder added in v1.2.0

type FavoriteListEventsRequest_builder struct {
	Pagination *PaginationRequest
	Archived   *bool
	// contains filtered or unexported fields
}

func (FavoriteListEventsRequest_builder) Build added in v1.2.0

type FavoriteListEventsResponse

type FavoriteListEventsResponse struct {
	// contains filtered or unexported fields
}

func (*FavoriteListEventsResponse) ClearPagination added in v1.2.0

func (x *FavoriteListEventsResponse) ClearPagination()

func (*FavoriteListEventsResponse) GetEvents

func (x *FavoriteListEventsResponse) GetEvents() []*Event

func (*FavoriteListEventsResponse) GetPagination

func (x *FavoriteListEventsResponse) GetPagination() *PaginationResult

func (*FavoriteListEventsResponse) HasPagination added in v1.2.0

func (x *FavoriteListEventsResponse) HasPagination() bool

func (*FavoriteListEventsResponse) ProtoMessage

func (*FavoriteListEventsResponse) ProtoMessage()

func (*FavoriteListEventsResponse) ProtoReflect

func (*FavoriteListEventsResponse) Reset

func (x *FavoriteListEventsResponse) Reset()

func (*FavoriteListEventsResponse) SetEvents added in v1.2.0

func (x *FavoriteListEventsResponse) SetEvents(v []*Event)

func (*FavoriteListEventsResponse) SetPagination added in v1.2.0

func (x *FavoriteListEventsResponse) SetPagination(v *PaginationResult)

func (*FavoriteListEventsResponse) String

func (x *FavoriteListEventsResponse) String() string

type FavoriteListEventsResponse_builder added in v1.2.0

type FavoriteListEventsResponse_builder struct {
	Events     []*Event
	Pagination *PaginationResult
	// contains filtered or unexported fields
}

func (FavoriteListEventsResponse_builder) Build added in v1.2.0

type FavoriteRemoveRequest

type FavoriteRemoveRequest struct {
	// contains filtered or unexported fields
}

func (*FavoriteRemoveRequest) GetEventRefId

func (x *FavoriteRemoveRequest) GetEventRefId() string

func (*FavoriteRemoveRequest) ProtoMessage

func (*FavoriteRemoveRequest) ProtoMessage()

func (*FavoriteRemoveRequest) ProtoReflect

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

func (*FavoriteRemoveRequest) Reset

func (x *FavoriteRemoveRequest) Reset()

func (*FavoriteRemoveRequest) SetEventRefId added in v1.2.0

func (x *FavoriteRemoveRequest) SetEventRefId(v string)

func (*FavoriteRemoveRequest) String

func (x *FavoriteRemoveRequest) String() string

type FavoriteRemoveRequest_builder added in v1.2.0

type FavoriteRemoveRequest_builder struct {
	EventRefId string
	// contains filtered or unexported fields
}

func (FavoriteRemoveRequest_builder) Build added in v1.2.0

type Favorite_builder added in v1.2.0

type Favorite_builder struct {
	EventRefId string
	Created    *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Favorite_builder) Build added in v1.2.0

func (b0 Favorite_builder) Build() *Favorite

type Notification

type Notification struct {
	// contains filtered or unexported fields
}

func (*Notification) ClearCreated added in v1.2.0

func (x *Notification) ClearCreated()

func (*Notification) GetCreated

func (x *Notification) GetCreated() *timestamppb.Timestamp

func (*Notification) GetMessage

func (x *Notification) GetMessage() string

func (*Notification) GetRefId

func (x *Notification) GetRefId() string

func (*Notification) HasCreated added in v1.2.0

func (x *Notification) HasCreated() bool

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

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

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) SetCreated added in v1.2.0

func (x *Notification) SetCreated(v *timestamppb.Timestamp)

func (*Notification) SetMessage added in v1.2.0

func (x *Notification) SetMessage(v string)

func (*Notification) SetRefId added in v1.2.0

func (x *Notification) SetRefId(v string)

func (*Notification) String

func (x *Notification) String() string

type NotificationDeleteRequest

type NotificationDeleteRequest struct {
	// contains filtered or unexported fields
}

func (*NotificationDeleteRequest) GetRefId

func (x *NotificationDeleteRequest) GetRefId() string

func (*NotificationDeleteRequest) ProtoMessage

func (*NotificationDeleteRequest) ProtoMessage()

func (*NotificationDeleteRequest) ProtoReflect

func (*NotificationDeleteRequest) Reset

func (x *NotificationDeleteRequest) Reset()

func (*NotificationDeleteRequest) SetRefId added in v1.2.0

func (x *NotificationDeleteRequest) SetRefId(v string)

func (*NotificationDeleteRequest) String

func (x *NotificationDeleteRequest) String() string

type NotificationDeleteRequest_builder added in v1.2.0

type NotificationDeleteRequest_builder struct {
	RefId string
	// contains filtered or unexported fields
}

func (NotificationDeleteRequest_builder) Build added in v1.2.0

type Notification_builder added in v1.2.0

type Notification_builder struct {
	RefId   string
	Message string
	Created *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Notification_builder) Build added in v1.2.0

func (b0 Notification_builder) Build() *Notification

type NotificationsDeleteAllRequest

type NotificationsDeleteAllRequest struct {
	// contains filtered or unexported fields
}

func (*NotificationsDeleteAllRequest) ProtoMessage

func (*NotificationsDeleteAllRequest) ProtoMessage()

func (*NotificationsDeleteAllRequest) ProtoReflect

func (*NotificationsDeleteAllRequest) Reset

func (x *NotificationsDeleteAllRequest) Reset()

func (*NotificationsDeleteAllRequest) String

type NotificationsDeleteAllRequest_builder added in v1.2.0

type NotificationsDeleteAllRequest_builder struct {
	// contains filtered or unexported fields
}

func (NotificationsDeleteAllRequest_builder) Build added in v1.2.0

type NotificationsListRequest

type NotificationsListRequest struct {
	// contains filtered or unexported fields
}

func (*NotificationsListRequest) ClearPagination added in v1.2.0

func (x *NotificationsListRequest) ClearPagination()

func (*NotificationsListRequest) GetPagination

func (x *NotificationsListRequest) GetPagination() *PaginationRequest

func (*NotificationsListRequest) HasPagination added in v1.2.0

func (x *NotificationsListRequest) HasPagination() bool

func (*NotificationsListRequest) ProtoMessage

func (*NotificationsListRequest) ProtoMessage()

func (*NotificationsListRequest) ProtoReflect

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

func (*NotificationsListRequest) Reset

func (x *NotificationsListRequest) Reset()

func (*NotificationsListRequest) SetPagination added in v1.2.0

func (x *NotificationsListRequest) SetPagination(v *PaginationRequest)

func (*NotificationsListRequest) String

func (x *NotificationsListRequest) String() string

type NotificationsListRequest_builder added in v1.2.0

type NotificationsListRequest_builder struct {
	Pagination *PaginationRequest
	// contains filtered or unexported fields
}

func (NotificationsListRequest_builder) Build added in v1.2.0

type NotificationsListResponse

type NotificationsListResponse struct {
	// contains filtered or unexported fields
}

func (*NotificationsListResponse) ClearPagination added in v1.2.0

func (x *NotificationsListResponse) ClearPagination()

func (*NotificationsListResponse) GetNotifications

func (x *NotificationsListResponse) GetNotifications() []*Notification

func (*NotificationsListResponse) GetPagination

func (x *NotificationsListResponse) GetPagination() *PaginationResult

func (*NotificationsListResponse) HasPagination added in v1.2.0

func (x *NotificationsListResponse) HasPagination() bool

func (*NotificationsListResponse) ProtoMessage

func (*NotificationsListResponse) ProtoMessage()

func (*NotificationsListResponse) ProtoReflect

func (*NotificationsListResponse) Reset

func (x *NotificationsListResponse) Reset()

func (*NotificationsListResponse) SetNotifications added in v1.2.0

func (x *NotificationsListResponse) SetNotifications(v []*Notification)

func (*NotificationsListResponse) SetPagination added in v1.2.0

func (x *NotificationsListResponse) SetPagination(v *PaginationResult)

func (*NotificationsListResponse) String

func (x *NotificationsListResponse) String() string

type NotificationsListResponse_builder added in v1.2.0

type NotificationsListResponse_builder struct {
	Notifications []*Notification
	Pagination    *PaginationResult
	// contains filtered or unexported fields
}

func (NotificationsListResponse_builder) Build added in v1.2.0

type PaginationRequest

type PaginationRequest struct {
	// contains filtered or unexported fields
}

func (*PaginationRequest) GetLimit

func (x *PaginationRequest) GetLimit() uint32

func (*PaginationRequest) GetOffset

func (x *PaginationRequest) GetOffset() uint32

func (*PaginationRequest) ProtoMessage

func (*PaginationRequest) ProtoMessage()

func (*PaginationRequest) ProtoReflect

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

func (*PaginationRequest) Reset

func (x *PaginationRequest) Reset()

func (*PaginationRequest) SetLimit added in v1.2.0

func (x *PaginationRequest) SetLimit(v uint32)

func (*PaginationRequest) SetOffset added in v1.2.0

func (x *PaginationRequest) SetOffset(v uint32)

func (*PaginationRequest) String

func (x *PaginationRequest) String() string

type PaginationRequest_builder added in v1.2.0

type PaginationRequest_builder struct {
	Limit  uint32
	Offset uint32
	// contains filtered or unexported fields
}

func (PaginationRequest_builder) Build added in v1.2.0

type PaginationResult

type PaginationResult struct {
	// contains filtered or unexported fields
}

func (*PaginationResult) GetCount

func (x *PaginationResult) GetCount() uint32

func (*PaginationResult) GetLimit

func (x *PaginationResult) GetLimit() uint32

func (*PaginationResult) GetOffset

func (x *PaginationResult) GetOffset() uint32

func (*PaginationResult) ProtoMessage

func (*PaginationResult) ProtoMessage()

func (*PaginationResult) ProtoReflect

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

func (*PaginationResult) Reset

func (x *PaginationResult) Reset()

func (*PaginationResult) SetCount added in v1.2.0

func (x *PaginationResult) SetCount(v uint32)

func (*PaginationResult) SetLimit added in v1.2.0

func (x *PaginationResult) SetLimit(v uint32)

func (*PaginationResult) SetOffset added in v1.2.0

func (x *PaginationResult) SetOffset(v uint32)

func (*PaginationResult) String

func (x *PaginationResult) String() string

type PaginationResult_builder added in v1.2.0

type PaginationResult_builder struct {
	Limit  uint32
	Offset uint32
	Count  uint32
	// contains filtered or unexported fields
}

func (PaginationResult_builder) Build added in v1.2.0

type TimestampTZ

type TimestampTZ struct {
	// contains filtered or unexported fields
}

func (*TimestampTZ) ClearTs added in v1.2.0

func (x *TimestampTZ) ClearTs()

func (*TimestampTZ) GetTs

func (x *TimestampTZ) GetTs() *timestamppb.Timestamp

func (*TimestampTZ) GetTz

func (x *TimestampTZ) GetTz() string

func (*TimestampTZ) HasTs added in v1.2.0

func (x *TimestampTZ) HasTs() bool

func (*TimestampTZ) ProtoMessage

func (*TimestampTZ) ProtoMessage()

func (*TimestampTZ) ProtoReflect

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

func (*TimestampTZ) Reset

func (x *TimestampTZ) Reset()

func (*TimestampTZ) SetTs added in v1.2.0

func (x *TimestampTZ) SetTs(v *timestamppb.Timestamp)

func (*TimestampTZ) SetTz added in v1.2.0

func (x *TimestampTZ) SetTz(v string)

func (*TimestampTZ) String

func (x *TimestampTZ) String() string

type TimestampTZ_builder added in v1.2.0

type TimestampTZ_builder struct {

	// timestamp
	Ts *timestamppb.Timestamp
	// timezone
	Tz string
	// contains filtered or unexported fields
}

func (TimestampTZ_builder) Build added in v1.2.0

func (b0 TimestampTZ_builder) Build() *TimestampTZ

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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