Versions in this module Expand all Collapse all v0 v0.15.0 May 25, 2021 v0.14.0 May 25, 2021 Changes in this version + func NewAncestorManagerServiceEndpoints() []*api.Endpoint + func RegisterAncestorManagerServiceHandler(s server.Server, hdlr AncestorManagerServiceHandler, ...) error + type AncestorManagerService interface + Create func(ctx context.Context, in *CreateAncestorManagerRequest, ...) (*CreateAncestorManagerResponse, error) + Delete func(ctx context.Context, in *DeleteAncestorManagerRequest, ...) (*empty.Empty, error) + Get func(ctx context.Context, in *GetAncestorManagerRequest, opts ...client.CallOption) (*GetAncestorManagerResponse, error) + Paginate func(ctx context.Context, in *PaginateAncestorManagerRequest, ...) (*PaginateAncestorManagerResponse, error) + Update func(ctx context.Context, in *UpdateAncestorManagerRequest, ...) (*empty.Empty, error) + func NewAncestorManagerService(name string, c client.Client) AncestorManagerService + type AncestorManagerServiceHandler interface + Create func(context.Context, *CreateAncestorManagerRequest, *CreateAncestorManagerResponse) error + Delete func(context.Context, *DeleteAncestorManagerRequest, *empty.Empty) error + Get func(context.Context, *GetAncestorManagerRequest, *GetAncestorManagerResponse) error + Paginate func(context.Context, *PaginateAncestorManagerRequest, ...) error + Update func(context.Context, *UpdateAncestorManagerRequest, *empty.Empty) error + type CreateAncestorManagerRequest struct + Data *ancestor.AncestorAdminItem + func (*CreateAncestorManagerRequest) Descriptor() ([]byte, []int) + func (*CreateAncestorManagerRequest) ProtoMessage() + func (m *CreateAncestorManagerRequest) GetData() *ancestor.AncestorAdminItem + func (m *CreateAncestorManagerRequest) Reset() + func (m *CreateAncestorManagerRequest) String() string + func (m *CreateAncestorManagerRequest) Validate() error + func (m *CreateAncestorManagerRequest) XXX_DiscardUnknown() + func (m *CreateAncestorManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateAncestorManagerRequest) XXX_Merge(src proto.Message) + func (m *CreateAncestorManagerRequest) XXX_Size() int + func (m *CreateAncestorManagerRequest) XXX_Unmarshal(b []byte) error + type CreateAncestorManagerRequestValidationError struct + func (e CreateAncestorManagerRequestValidationError) Cause() error + func (e CreateAncestorManagerRequestValidationError) Error() string + func (e CreateAncestorManagerRequestValidationError) ErrorName() string + func (e CreateAncestorManagerRequestValidationError) Field() string + func (e CreateAncestorManagerRequestValidationError) Key() bool + func (e CreateAncestorManagerRequestValidationError) Reason() string + type CreateAncestorManagerResponse struct + Uuid string + func (*CreateAncestorManagerResponse) Descriptor() ([]byte, []int) + func (*CreateAncestorManagerResponse) ProtoMessage() + func (m *CreateAncestorManagerResponse) GetUuid() string + func (m *CreateAncestorManagerResponse) Reset() + func (m *CreateAncestorManagerResponse) String() string + func (m *CreateAncestorManagerResponse) Validate() error + func (m *CreateAncestorManagerResponse) XXX_DiscardUnknown() + func (m *CreateAncestorManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateAncestorManagerResponse) XXX_Merge(src proto.Message) + func (m *CreateAncestorManagerResponse) XXX_Size() int + func (m *CreateAncestorManagerResponse) XXX_Unmarshal(b []byte) error + type CreateAncestorManagerResponseValidationError struct + func (e CreateAncestorManagerResponseValidationError) Cause() error + func (e CreateAncestorManagerResponseValidationError) Error() string + func (e CreateAncestorManagerResponseValidationError) ErrorName() string + func (e CreateAncestorManagerResponseValidationError) Field() string + func (e CreateAncestorManagerResponseValidationError) Key() bool + func (e CreateAncestorManagerResponseValidationError) Reason() string + type DeleteAncestorManagerRequest struct + IsSoft bool + Uuid string + func (*DeleteAncestorManagerRequest) Descriptor() ([]byte, []int) + func (*DeleteAncestorManagerRequest) ProtoMessage() + func (m *DeleteAncestorManagerRequest) GetIsSoft() bool + func (m *DeleteAncestorManagerRequest) GetUuid() string + func (m *DeleteAncestorManagerRequest) Reset() + func (m *DeleteAncestorManagerRequest) String() string + func (m *DeleteAncestorManagerRequest) Validate() error + func (m *DeleteAncestorManagerRequest) XXX_DiscardUnknown() + func (m *DeleteAncestorManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteAncestorManagerRequest) XXX_Merge(src proto.Message) + func (m *DeleteAncestorManagerRequest) XXX_Size() int + func (m *DeleteAncestorManagerRequest) XXX_Unmarshal(b []byte) error + type DeleteAncestorManagerRequestValidationError struct + func (e DeleteAncestorManagerRequestValidationError) Cause() error + func (e DeleteAncestorManagerRequestValidationError) Error() string + func (e DeleteAncestorManagerRequestValidationError) ErrorName() string + func (e DeleteAncestorManagerRequestValidationError) Field() string + func (e DeleteAncestorManagerRequestValidationError) Key() bool + func (e DeleteAncestorManagerRequestValidationError) Reason() string + type GetAncestorManagerRequest struct + Uuid string + func (*GetAncestorManagerRequest) Descriptor() ([]byte, []int) + func (*GetAncestorManagerRequest) ProtoMessage() + func (m *GetAncestorManagerRequest) GetUuid() string + func (m *GetAncestorManagerRequest) Reset() + func (m *GetAncestorManagerRequest) String() string + func (m *GetAncestorManagerRequest) Validate() error + func (m *GetAncestorManagerRequest) XXX_DiscardUnknown() + func (m *GetAncestorManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAncestorManagerRequest) XXX_Merge(src proto.Message) + func (m *GetAncestorManagerRequest) XXX_Size() int + func (m *GetAncestorManagerRequest) XXX_Unmarshal(b []byte) error + type GetAncestorManagerRequestValidationError struct + func (e GetAncestorManagerRequestValidationError) Cause() error + func (e GetAncestorManagerRequestValidationError) Error() string + func (e GetAncestorManagerRequestValidationError) ErrorName() string + func (e GetAncestorManagerRequestValidationError) Field() string + func (e GetAncestorManagerRequestValidationError) Key() bool + func (e GetAncestorManagerRequestValidationError) Reason() string + type GetAncestorManagerResponse struct + Data *ancestor.AncestorAdminItem + func (*GetAncestorManagerResponse) Descriptor() ([]byte, []int) + func (*GetAncestorManagerResponse) ProtoMessage() + func (m *GetAncestorManagerResponse) GetData() *ancestor.AncestorAdminItem + func (m *GetAncestorManagerResponse) Reset() + func (m *GetAncestorManagerResponse) String() string + func (m *GetAncestorManagerResponse) Validate() error + func (m *GetAncestorManagerResponse) XXX_DiscardUnknown() + func (m *GetAncestorManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAncestorManagerResponse) XXX_Merge(src proto.Message) + func (m *GetAncestorManagerResponse) XXX_Size() int + func (m *GetAncestorManagerResponse) XXX_Unmarshal(b []byte) error + type GetAncestorManagerResponseValidationError struct + func (e GetAncestorManagerResponseValidationError) Cause() error + func (e GetAncestorManagerResponseValidationError) Error() string + func (e GetAncestorManagerResponseValidationError) ErrorName() string + func (e GetAncestorManagerResponseValidationError) Field() string + func (e GetAncestorManagerResponseValidationError) Key() bool + func (e GetAncestorManagerResponseValidationError) Reason() string + type PaginateAncestorManagerRequest struct + Filter *PaginateAncestorManagerRequest_Filter + Limit int64 + Skip int64 + Sort string + func (*PaginateAncestorManagerRequest) Descriptor() ([]byte, []int) + func (*PaginateAncestorManagerRequest) ProtoMessage() + func (m *PaginateAncestorManagerRequest) GetFilter() *PaginateAncestorManagerRequest_Filter + func (m *PaginateAncestorManagerRequest) GetLimit() int64 + func (m *PaginateAncestorManagerRequest) GetSkip() int64 + func (m *PaginateAncestorManagerRequest) GetSort() string + func (m *PaginateAncestorManagerRequest) Reset() + func (m *PaginateAncestorManagerRequest) String() string + func (m *PaginateAncestorManagerRequest) Validate() error + func (m *PaginateAncestorManagerRequest) XXX_DiscardUnknown() + func (m *PaginateAncestorManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateAncestorManagerRequest) XXX_Merge(src proto.Message) + func (m *PaginateAncestorManagerRequest) XXX_Size() int + func (m *PaginateAncestorManagerRequest) XXX_Unmarshal(b []byte) error + type PaginateAncestorManagerRequestValidationError struct + func (e PaginateAncestorManagerRequestValidationError) Cause() error + func (e PaginateAncestorManagerRequestValidationError) Error() string + func (e PaginateAncestorManagerRequestValidationError) ErrorName() string + func (e PaginateAncestorManagerRequestValidationError) Field() string + func (e PaginateAncestorManagerRequestValidationError) Key() bool + func (e PaginateAncestorManagerRequestValidationError) Reason() string + type PaginateAncestorManagerRequest_Filter struct + IsActive shared.NullableBool + IsDeleted shared.NullableBool + func (*PaginateAncestorManagerRequest_Filter) Descriptor() ([]byte, []int) + func (*PaginateAncestorManagerRequest_Filter) ProtoMessage() + func (m *PaginateAncestorManagerRequest_Filter) GetIsActive() shared.NullableBool + func (m *PaginateAncestorManagerRequest_Filter) GetIsDeleted() shared.NullableBool + func (m *PaginateAncestorManagerRequest_Filter) Reset() + func (m *PaginateAncestorManagerRequest_Filter) String() string + func (m *PaginateAncestorManagerRequest_Filter) Validate() error + func (m *PaginateAncestorManagerRequest_Filter) XXX_DiscardUnknown() + func (m *PaginateAncestorManagerRequest_Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateAncestorManagerRequest_Filter) XXX_Merge(src proto.Message) + func (m *PaginateAncestorManagerRequest_Filter) XXX_Size() int + func (m *PaginateAncestorManagerRequest_Filter) XXX_Unmarshal(b []byte) error + type PaginateAncestorManagerRequest_FilterValidationError struct + func (e PaginateAncestorManagerRequest_FilterValidationError) Cause() error + func (e PaginateAncestorManagerRequest_FilterValidationError) Error() string + func (e PaginateAncestorManagerRequest_FilterValidationError) ErrorName() string + func (e PaginateAncestorManagerRequest_FilterValidationError) Field() string + func (e PaginateAncestorManagerRequest_FilterValidationError) Key() bool + func (e PaginateAncestorManagerRequest_FilterValidationError) Reason() string + type PaginateAncestorManagerResponse struct + Data []*ancestor.AncestorAdminItem + Limit int64 + Skip int64 + Total int64 + func (*PaginateAncestorManagerResponse) Descriptor() ([]byte, []int) + func (*PaginateAncestorManagerResponse) ProtoMessage() + func (m *PaginateAncestorManagerResponse) GetData() []*ancestor.AncestorAdminItem + func (m *PaginateAncestorManagerResponse) GetLimit() int64 + func (m *PaginateAncestorManagerResponse) GetSkip() int64 + func (m *PaginateAncestorManagerResponse) GetTotal() int64 + func (m *PaginateAncestorManagerResponse) Reset() + func (m *PaginateAncestorManagerResponse) String() string + func (m *PaginateAncestorManagerResponse) Validate() error + func (m *PaginateAncestorManagerResponse) XXX_DiscardUnknown() + func (m *PaginateAncestorManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateAncestorManagerResponse) XXX_Merge(src proto.Message) + func (m *PaginateAncestorManagerResponse) XXX_Size() int + func (m *PaginateAncestorManagerResponse) XXX_Unmarshal(b []byte) error + type PaginateAncestorManagerResponseValidationError struct + func (e PaginateAncestorManagerResponseValidationError) Cause() error + func (e PaginateAncestorManagerResponseValidationError) Error() string + func (e PaginateAncestorManagerResponseValidationError) ErrorName() string + func (e PaginateAncestorManagerResponseValidationError) Field() string + func (e PaginateAncestorManagerResponseValidationError) Key() bool + func (e PaginateAncestorManagerResponseValidationError) Reason() string + type UpdateAncestorManagerRequest struct + Data *ancestor.AncestorAdminItem + func (*UpdateAncestorManagerRequest) Descriptor() ([]byte, []int) + func (*UpdateAncestorManagerRequest) ProtoMessage() + func (m *UpdateAncestorManagerRequest) GetData() *ancestor.AncestorAdminItem + func (m *UpdateAncestorManagerRequest) Reset() + func (m *UpdateAncestorManagerRequest) String() string + func (m *UpdateAncestorManagerRequest) Validate() error + func (m *UpdateAncestorManagerRequest) XXX_DiscardUnknown() + func (m *UpdateAncestorManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateAncestorManagerRequest) XXX_Merge(src proto.Message) + func (m *UpdateAncestorManagerRequest) XXX_Size() int + func (m *UpdateAncestorManagerRequest) XXX_Unmarshal(b []byte) error + type UpdateAncestorManagerRequestValidationError struct + func (e UpdateAncestorManagerRequestValidationError) Cause() error + func (e UpdateAncestorManagerRequestValidationError) Error() string + func (e UpdateAncestorManagerRequestValidationError) ErrorName() string + func (e UpdateAncestorManagerRequestValidationError) Field() string + func (e UpdateAncestorManagerRequestValidationError) Key() bool + func (e UpdateAncestorManagerRequestValidationError) Reason() string