events

package
v0.0.0-...-2119b44 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MPL-2.0 Imports: 15 Imported by: 17

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EventNotificationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "ukama.events.v1.EventNotificationService",
	HandlerType: (*EventNotificationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "EventNotification",
			Handler:    _EventNotificationService_EventNotification_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "events/events.proto",
}

EventNotificationService_ServiceDesc is the grpc.ServiceDesc for EventNotificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_events_accounting_proto protoreflect.FileDescriptor
View Source
var File_events_events_proto protoreflect.FileDescriptor
View Source
var File_events_hub_proto protoreflect.FileDescriptor
View Source
var File_events_invoice_proto protoreflect.FileDescriptor
View Source
var File_events_mesh_proto protoreflect.FileDescriptor
View Source
var File_events_msgclient_proto protoreflect.FileDescriptor
View Source
var File_events_network_proto protoreflect.FileDescriptor
View Source
var File_events_node_proto protoreflect.FileDescriptor
View Source
var File_events_notification_proto protoreflect.FileDescriptor
View Source
var File_events_package_proto protoreflect.FileDescriptor
View Source
var File_events_payment_proto protoreflect.FileDescriptor
View Source
var File_events_rate_proto protoreflect.FileDescriptor
View Source
var File_events_sim_manager_proto protoreflect.FileDescriptor
View Source
var File_events_site_proto protoreflect.FileDescriptor

Functions

func RegisterEventNotificationServiceServer

func RegisterEventNotificationServiceServer(s grpc.ServiceRegistrar, srv EventNotificationServiceServer)

Types

type AddSiteEventRequest

type AddSiteEventRequest struct {
	SiteId        string  `protobuf:"bytes,1,opt,name=siteId,json=site_id,proto3" json:"siteId,omitempty"`
	Name          string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	NetworkId     string  `protobuf:"bytes,3,opt,name=networkId,json=network_id,proto3" json:"networkId,omitempty"`
	BackhaulId    string  `protobuf:"bytes,4,opt,name=backhaulId,json=backhaul_id,proto3" json:"backhaulId,omitempty"`
	PowerId       string  `protobuf:"bytes,5,opt,name=powerId,json=power_id,proto3" json:"powerId,omitempty"`
	AccessId      string  `protobuf:"bytes,6,opt,name=accessId,json=access_id,proto3" json:"accessId,omitempty"`
	SwitchId      string  `protobuf:"bytes,7,opt,name=switchId,json=switch_id,proto3" json:"switchId,omitempty"`
	IsDeactivated bool    `protobuf:"varint,8,opt,name=isDeactivated,json=is_deactivated,proto3" json:"isDeactivated,omitempty"`
	Latitude      float64 `protobuf:"fixed64,9,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude     float64 `protobuf:"fixed64,10,opt,name=longitude,proto3" json:"longitude,omitempty"`
	InstallDate   string  `protobuf:"bytes,11,opt,name=installDate,json=install_date,proto3" json:"installDate,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSiteEventRequest) Descriptor deprecated

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

Deprecated: Use AddSiteEventRequest.ProtoReflect.Descriptor instead.

func (*AddSiteEventRequest) GetAccessId

func (x *AddSiteEventRequest) GetAccessId() string

func (*AddSiteEventRequest) GetBackhaulId

func (x *AddSiteEventRequest) GetBackhaulId() string

func (*AddSiteEventRequest) GetInstallDate

func (x *AddSiteEventRequest) GetInstallDate() string

func (*AddSiteEventRequest) GetIsDeactivated

func (x *AddSiteEventRequest) GetIsDeactivated() bool

func (*AddSiteEventRequest) GetLatitude

func (x *AddSiteEventRequest) GetLatitude() float64

func (*AddSiteEventRequest) GetLongitude

func (x *AddSiteEventRequest) GetLongitude() float64

func (*AddSiteEventRequest) GetName

func (x *AddSiteEventRequest) GetName() string

func (*AddSiteEventRequest) GetNetworkId

func (x *AddSiteEventRequest) GetNetworkId() string

func (*AddSiteEventRequest) GetPowerId

func (x *AddSiteEventRequest) GetPowerId() string

func (*AddSiteEventRequest) GetSiteId

func (x *AddSiteEventRequest) GetSiteId() string

func (*AddSiteEventRequest) GetSwitchId

func (x *AddSiteEventRequest) GetSwitchId() string

func (*AddSiteEventRequest) ProtoMessage

func (*AddSiteEventRequest) ProtoMessage()

func (*AddSiteEventRequest) ProtoReflect

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

func (*AddSiteEventRequest) Reset

func (x *AddSiteEventRequest) Reset()

func (*AddSiteEventRequest) String

func (x *AddSiteEventRequest) String() string

func (*AddSiteEventRequest) Validate

func (this *AddSiteEventRequest) Validate() error

type CappCreatedEvent

type CappCreatedEvent struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CappCreatedEvent) Descriptor deprecated

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

Deprecated: Use CappCreatedEvent.ProtoReflect.Descriptor instead.

func (*CappCreatedEvent) GetName

func (x *CappCreatedEvent) GetName() string

func (*CappCreatedEvent) GetVersion

func (x *CappCreatedEvent) GetVersion() string

func (*CappCreatedEvent) ProtoMessage

func (*CappCreatedEvent) ProtoMessage()

func (*CappCreatedEvent) ProtoReflect

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

func (*CappCreatedEvent) Reset

func (x *CappCreatedEvent) Reset()

func (*CappCreatedEvent) String

func (x *CappCreatedEvent) String() string

func (*CappCreatedEvent) Validate

func (this *CappCreatedEvent) Validate() error

type CreatePackageEvent

type CreatePackageEvent struct {
	Uuid            string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OrgId           string   `protobuf:"bytes,2,opt,name=orgId,json=org_id,proto3" json:"orgId,omitempty"`
	OwnerId         string   `protobuf:"bytes,3,opt,name=ownerId,json=owner_id,proto3" json:"ownerId,omitempty"`
	Flatrate        bool     `protobuf:"varint,4,opt,name=flatrate,proto3" json:"flatrate,omitempty"`
	Amount          float64  `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"`
	From            string   `protobuf:"bytes,6,opt,name=from,proto3" json:"from,omitempty"`
	To              string   `protobuf:"bytes,7,opt,name=to,proto3" json:"to,omitempty"`
	SimType         string   `protobuf:"bytes,8,opt,name=simType,json=sim_type,proto3" json:"simType,omitempty"`
	SmsVolume       int64    `protobuf:"varint,9,opt,name=smsVolume,json=sms_volume,proto3" json:"smsVolume,omitempty"`
	DataVolume      int64    `protobuf:"varint,10,opt,name=dataVolume,json=data_volume,proto3" json:"dataVolume,omitempty"`
	VoiceVolume     int64    `protobuf:"varint,11,opt,name=voiceVolume,json=voice_volume,proto3" json:"voiceVolume,omitempty"`
	DataUnit        string   `protobuf:"bytes,12,opt,name=dataUnit,proto3" json:"dataUnit,omitempty"`
	VoiceUnit       string   `protobuf:"bytes,13,opt,name=voiceUnit,proto3" json:"voiceUnit,omitempty"`
	Messageunit     string   `protobuf:"bytes,14,opt,name=messageunit,proto3" json:"messageunit,omitempty"`
	DataUnitCost    float64  `protobuf:"fixed64,15,opt,name=dataUnitCost,proto3" json:"dataUnitCost,omitempty"`
	VoiceUnitCost   float64  `protobuf:"fixed64,16,opt,name=voiceUnitCost,proto3" json:"voiceUnitCost,omitempty"`
	MessageUnitCost float64  `protobuf:"fixed64,17,opt,name=messageUnitCost,proto3" json:"messageUnitCost,omitempty"`
	Country         string   `protobuf:"bytes,18,opt,name=country,proto3" json:"country,omitempty"`
	Provider        string   `protobuf:"bytes,19,opt,name=provider,proto3" json:"provider,omitempty"`
	Type            string   `protobuf:"bytes,20,opt,name=Type,proto3" json:"Type,omitempty"`
	Overdraft       float64  `protobuf:"fixed64,21,opt,name=overdraft,proto3" json:"overdraft,omitempty"`
	TrafficPolicy   uint32   `protobuf:"varint,22,opt,name=trafficPolicy,json=traffic_policy,proto3" json:"trafficPolicy,omitempty"`
	Networks        []string `protobuf:"bytes,23,rep,name=networks,proto3" json:"networks,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePackageEvent) Descriptor deprecated

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

Deprecated: Use CreatePackageEvent.ProtoReflect.Descriptor instead.

func (*CreatePackageEvent) GetAmount

func (x *CreatePackageEvent) GetAmount() float64

func (*CreatePackageEvent) GetCountry

func (x *CreatePackageEvent) GetCountry() string

func (*CreatePackageEvent) GetDataUnit

func (x *CreatePackageEvent) GetDataUnit() string

func (*CreatePackageEvent) GetDataUnitCost

func (x *CreatePackageEvent) GetDataUnitCost() float64

func (*CreatePackageEvent) GetDataVolume

func (x *CreatePackageEvent) GetDataVolume() int64

func (*CreatePackageEvent) GetFlatrate

func (x *CreatePackageEvent) GetFlatrate() bool

func (*CreatePackageEvent) GetFrom

func (x *CreatePackageEvent) GetFrom() string

func (*CreatePackageEvent) GetMessageUnitCost

func (x *CreatePackageEvent) GetMessageUnitCost() float64

func (*CreatePackageEvent) GetMessageunit

func (x *CreatePackageEvent) GetMessageunit() string

func (*CreatePackageEvent) GetNetworks

func (x *CreatePackageEvent) GetNetworks() []string

func (*CreatePackageEvent) GetOrgId

func (x *CreatePackageEvent) GetOrgId() string

func (*CreatePackageEvent) GetOverdraft

func (x *CreatePackageEvent) GetOverdraft() float64

func (*CreatePackageEvent) GetOwnerId

func (x *CreatePackageEvent) GetOwnerId() string

func (*CreatePackageEvent) GetProvider

func (x *CreatePackageEvent) GetProvider() string

func (*CreatePackageEvent) GetSimType

func (x *CreatePackageEvent) GetSimType() string

func (*CreatePackageEvent) GetSmsVolume

func (x *CreatePackageEvent) GetSmsVolume() int64

func (*CreatePackageEvent) GetTo

func (x *CreatePackageEvent) GetTo() string

func (*CreatePackageEvent) GetTrafficPolicy

func (x *CreatePackageEvent) GetTrafficPolicy() uint32

func (*CreatePackageEvent) GetType

func (x *CreatePackageEvent) GetType() string

func (*CreatePackageEvent) GetUuid

func (x *CreatePackageEvent) GetUuid() string

func (*CreatePackageEvent) GetVoiceUnit

func (x *CreatePackageEvent) GetVoiceUnit() string

func (*CreatePackageEvent) GetVoiceUnitCost

func (x *CreatePackageEvent) GetVoiceUnitCost() float64

func (*CreatePackageEvent) GetVoiceVolume

func (x *CreatePackageEvent) GetVoiceVolume() int64

func (*CreatePackageEvent) ProtoMessage

func (*CreatePackageEvent) ProtoMessage()

func (*CreatePackageEvent) ProtoReflect

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

func (*CreatePackageEvent) Reset

func (x *CreatePackageEvent) Reset()

func (*CreatePackageEvent) String

func (x *CreatePackageEvent) String() string

func (*CreatePackageEvent) Validate

func (this *CreatePackageEvent) Validate() error

type Customer

type Customer struct {
	ExternalId   string  `protobuf:"bytes,1,opt,name=externalId,json=external_id,proto3" json:"externalId,omitempty"`
	Name         string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email        string  `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	AddressLine1 string  `protobuf:"bytes,4,opt,name=AddressLine1,json=address_line1,proto3" json:"AddressLine1,omitempty"`
	LegalName    string  `protobuf:"bytes,5,opt,name=legalName,json=legal_name,proto3" json:"legalName,omitempty"`
	LegalNumber  string  `protobuf:"bytes,6,opt,name=legalNumber,json=legal_number,proto3" json:"legalNumber,omitempty"`
	Phone        string  `protobuf:"bytes,7,opt,name=phone,proto3" json:"phone,omitempty"`
	VatRate      float64 `protobuf:"fixed64,8,opt,name=vatRate,json=vat_rate,proto3" json:"vatRate,omitempty"`
	// contains filtered or unexported fields
}

func (*Customer) Descriptor deprecated

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

Deprecated: Use Customer.ProtoReflect.Descriptor instead.

func (*Customer) GetAddressLine1

func (x *Customer) GetAddressLine1() string

func (*Customer) GetEmail

func (x *Customer) GetEmail() string

func (*Customer) GetExternalId

func (x *Customer) GetExternalId() string

func (*Customer) GetLegalName

func (x *Customer) GetLegalName() string

func (*Customer) GetLegalNumber

func (x *Customer) GetLegalNumber() string

func (*Customer) GetName

func (x *Customer) GetName() string

func (*Customer) GetPhone

func (x *Customer) GetPhone() string

func (*Customer) GetVatRate

func (x *Customer) GetVatRate() float64

func (*Customer) ProtoMessage

func (*Customer) ProtoMessage()

func (*Customer) ProtoReflect

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

func (*Customer) Reset

func (x *Customer) Reset()

func (*Customer) String

func (x *Customer) String() string

func (*Customer) Validate

func (this *Customer) Validate() error

type DefaultMarkupUpdate

type DefaultMarkupUpdate struct {
	Markup float64 `protobuf:"fixed64,1,opt,name=markup,proto3" json:"markup,omitempty"`
	// contains filtered or unexported fields
}

func (*DefaultMarkupUpdate) Descriptor deprecated

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

Deprecated: Use DefaultMarkupUpdate.ProtoReflect.Descriptor instead.

func (*DefaultMarkupUpdate) GetMarkup

func (x *DefaultMarkupUpdate) GetMarkup() float64

func (*DefaultMarkupUpdate) ProtoMessage

func (*DefaultMarkupUpdate) ProtoMessage()

func (*DefaultMarkupUpdate) ProtoReflect

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

func (*DefaultMarkupUpdate) Reset

func (x *DefaultMarkupUpdate) Reset()

func (*DefaultMarkupUpdate) String

func (x *DefaultMarkupUpdate) String() string

func (*DefaultMarkupUpdate) Validate

func (this *DefaultMarkupUpdate) Validate() error

type DeletePackageEvent

type DeletePackageEvent struct {
	Uuid  string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=orgId,json=org_id,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePackageEvent) Descriptor deprecated

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

Deprecated: Use DeletePackageEvent.ProtoReflect.Descriptor instead.

func (*DeletePackageEvent) GetOrgId

func (x *DeletePackageEvent) GetOrgId() string

func (*DeletePackageEvent) GetUuid

func (x *DeletePackageEvent) GetUuid() string

func (*DeletePackageEvent) ProtoMessage

func (*DeletePackageEvent) ProtoMessage()

func (*DeletePackageEvent) ProtoReflect

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

func (*DeletePackageEvent) Reset

func (x *DeletePackageEvent) Reset()

func (*DeletePackageEvent) String

func (x *DeletePackageEvent) String() string

func (*DeletePackageEvent) Validate

func (this *DeletePackageEvent) Validate() error

type Event

type Event struct {
	RoutingKey string     `protobuf:"bytes,1,opt,name=routingKey,proto3" json:"routingKey,omitempty"`
	Msg        *anypb.Any `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetMsg

func (x *Event) GetMsg() *anypb.Any

func (*Event) GetRoutingKey

func (x *Event) GetRoutingKey() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

func (*Event) Validate

func (this *Event) Validate() error

type EventNotificationServiceClient

type EventNotificationServiceClient interface {
	EventNotification(ctx context.Context, in *Event, opts ...grpc.CallOption) (*EventResponse, error)
}

EventNotificationServiceClient is the client API for EventNotificationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type EventNotificationServiceServer

type EventNotificationServiceServer interface {
	EventNotification(context.Context, *Event) (*EventResponse, error)
	// contains filtered or unexported methods
}

EventNotificationServiceServer is the server API for EventNotificationService service. All implementations must embed UnimplementedEventNotificationServiceServer for forward compatibility

type EventResponse

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

func (*EventResponse) Descriptor deprecated

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

Deprecated: Use EventResponse.ProtoReflect.Descriptor instead.

func (*EventResponse) ProtoMessage

func (*EventResponse) ProtoMessage()

func (*EventResponse) ProtoReflect

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

func (*EventResponse) Reset

func (x *EventResponse) Reset()

func (*EventResponse) String

func (x *EventResponse) String() string

func (*EventResponse) Validate

func (this *EventResponse) Validate() error

type Fee

type Fee struct {
	AmountCents         int64    `protobuf:"varint,1,opt,name=amountCents,json=amount_cents,proto3" json:"amountCents,omitempty"`
	AmountCurrency      string   `protobuf:"bytes,2,opt,name=amountCurrency,json=amount_currency,proto3" json:"amountCurrency,omitempty"`
	VatAmountCents      int64    `protobuf:"varint,3,opt,name=vatAmountCents,json=vat_amount_cents,proto3" json:"vatAmountCents,omitempty"`
	VatAmountCurrency   string   `protobuf:"bytes,4,opt,name=vatAmountCurrency,json=vat_amount_currency,proto3" json:"vatAmountCurrency,omitempty"`
	TotalAmountCents    int64    `protobuf:"varint,5,opt,name=totalAmountCents,json=total_amount_cents,proto3" json:"totalAmountCents,omitempty"`
	TotalAmountCurrency string   `protobuf:"bytes,6,opt,name=totalAmountCurrency,json=total_amount_currency,proto3" json:"totalAmountCurrency,omitempty"`
	EventsCount         int64    `protobuf:"varint,7,opt,name=eventsCount,json=events_count,proto3" json:"eventsCount,omitempty"`
	Units               float64  `protobuf:"fixed64,8,opt,name=units,proto3" json:"units,omitempty"`
	Item                *FeeItem `protobuf:"bytes,9,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*Fee) Descriptor deprecated

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

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetAmountCents

func (x *Fee) GetAmountCents() int64

func (*Fee) GetAmountCurrency

func (x *Fee) GetAmountCurrency() string

func (*Fee) GetEventsCount

func (x *Fee) GetEventsCount() int64

func (*Fee) GetItem

func (x *Fee) GetItem() *FeeItem

func (*Fee) GetTotalAmountCents

func (x *Fee) GetTotalAmountCents() int64

func (*Fee) GetTotalAmountCurrency

func (x *Fee) GetTotalAmountCurrency() string

func (*Fee) GetUnits

func (x *Fee) GetUnits() float64

func (*Fee) GetVatAmountCents

func (x *Fee) GetVatAmountCents() int64

func (*Fee) GetVatAmountCurrency

func (x *Fee) GetVatAmountCurrency() string

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

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

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string

func (*Fee) Validate

func (this *Fee) Validate() error

type FeeItem

type FeeItem struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeItem) Descriptor deprecated

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

Deprecated: Use FeeItem.ProtoReflect.Descriptor instead.

func (*FeeItem) GetCode

func (x *FeeItem) GetCode() string

func (*FeeItem) GetName

func (x *FeeItem) GetName() string

func (*FeeItem) GetType

func (x *FeeItem) GetType() string

func (*FeeItem) ProtoMessage

func (*FeeItem) ProtoMessage()

func (*FeeItem) ProtoReflect

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

func (*FeeItem) Reset

func (x *FeeItem) Reset()

func (*FeeItem) String

func (x *FeeItem) String() string

func (*FeeItem) Validate

func (this *FeeItem) Validate() error

type Invoice

type Invoice struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SubscriberId string                 `protobuf:"bytes,2,opt,name=subscriberId,json=subscriber_id,proto3" json:"subscriberId,omitempty"`
	NetworkId    string                 `protobuf:"bytes,3,opt,name=networkId,json=network_id,proto3" json:"networkId,omitempty"`
	Period       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=period,proto3" json:"period,omitempty"`
	RawInvoice   *RawInvoice            `protobuf:"bytes,5,opt,name=rawInvoice,json=raw_invoice,proto3" json:"rawInvoice,omitempty"`
	IsPaid       bool                   `protobuf:"varint,6,opt,name=isPaid,json=is_paid,proto3" json:"isPaid,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoice) Descriptor deprecated

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

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

func (*Invoice) GetId

func (x *Invoice) GetId() string

func (*Invoice) GetIsPaid

func (x *Invoice) GetIsPaid() bool

func (*Invoice) GetNetworkId

func (x *Invoice) GetNetworkId() string

func (*Invoice) GetPeriod

func (x *Invoice) GetPeriod() *timestamppb.Timestamp

func (*Invoice) GetRawInvoice

func (x *Invoice) GetRawInvoice() *RawInvoice

func (*Invoice) GetSubscriberId

func (x *Invoice) GetSubscriberId() string

func (*Invoice) ProtoMessage

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect

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

func (*Invoice) Reset

func (x *Invoice) Reset()

func (*Invoice) String

func (x *Invoice) String() string

func (*Invoice) Validate

func (this *Invoice) Validate() error

type MarkupUpdate

type MarkupUpdate struct {
	OwnerId string  `protobuf:"bytes,1,opt,name=ownerId,json=id,proto3" json:"ownerId,omitempty"`
	Markup  float64 `protobuf:"fixed64,2,opt,name=markup,proto3" json:"markup,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkupUpdate) Descriptor deprecated

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

Deprecated: Use MarkupUpdate.ProtoReflect.Descriptor instead.

func (*MarkupUpdate) GetMarkup

func (x *MarkupUpdate) GetMarkup() float64

func (*MarkupUpdate) GetOwnerId

func (x *MarkupUpdate) GetOwnerId() string

func (*MarkupUpdate) ProtoMessage

func (*MarkupUpdate) ProtoMessage()

func (*MarkupUpdate) ProtoReflect

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

func (*MarkupUpdate) Reset

func (x *MarkupUpdate) Reset()

func (*MarkupUpdate) String

func (x *MarkupUpdate) String() string

func (*MarkupUpdate) Validate

func (this *MarkupUpdate) Validate() error

type NetworkCreatedEvent

type NetworkCreatedEvent 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"`
	OrgId            string   `protobuf:"bytes,3,opt,name=orgId,proto3" json:"orgId,omitempty"`
	AllowedCountries []string `protobuf:"bytes,4,rep,name=allowedCountries,proto3" json:"allowedCountries,omitempty"`
	AllowedNetworks  []string `protobuf:"bytes,5,rep,name=allowedNetworks,proto3" json:"allowedNetworks,omitempty"`
	Budget           float64  `protobuf:"fixed64,6,opt,name=budget,proto3" json:"budget,omitempty"`
	Overdraft        float64  `protobuf:"fixed64,7,opt,name=overdraft,proto3" json:"overdraft,omitempty"`
	TrafficPolicy    uint32   `protobuf:"varint,8,opt,name=trafficPolicy,json=traffic_policy,proto3" json:"trafficPolicy,omitempty"`
	IsDeactivated    bool     `protobuf:"varint,9,opt,name=isDeactivated,proto3" json:"isDeactivated,omitempty"`
	PaymentLinks     bool     `protobuf:"varint,10,opt,name=paymentLinks,proto3" json:"paymentLinks,omitempty"`
	// contains filtered or unexported fields
}

added a new network

func (*NetworkCreatedEvent) Descriptor deprecated

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

Deprecated: Use NetworkCreatedEvent.ProtoReflect.Descriptor instead.

func (*NetworkCreatedEvent) GetAllowedCountries

func (x *NetworkCreatedEvent) GetAllowedCountries() []string

func (*NetworkCreatedEvent) GetAllowedNetworks

func (x *NetworkCreatedEvent) GetAllowedNetworks() []string

func (*NetworkCreatedEvent) GetBudget

func (x *NetworkCreatedEvent) GetBudget() float64

func (*NetworkCreatedEvent) GetId

func (x *NetworkCreatedEvent) GetId() string

func (*NetworkCreatedEvent) GetIsDeactivated

func (x *NetworkCreatedEvent) GetIsDeactivated() bool

func (*NetworkCreatedEvent) GetName

func (x *NetworkCreatedEvent) GetName() string

func (*NetworkCreatedEvent) GetOrgId

func (x *NetworkCreatedEvent) GetOrgId() string

func (*NetworkCreatedEvent) GetOverdraft

func (x *NetworkCreatedEvent) GetOverdraft() float64
func (x *NetworkCreatedEvent) GetPaymentLinks() bool

func (*NetworkCreatedEvent) GetTrafficPolicy

func (x *NetworkCreatedEvent) GetTrafficPolicy() uint32

func (*NetworkCreatedEvent) ProtoMessage

func (*NetworkCreatedEvent) ProtoMessage()

func (*NetworkCreatedEvent) ProtoReflect

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

func (*NetworkCreatedEvent) Reset

func (x *NetworkCreatedEvent) Reset()

func (*NetworkCreatedEvent) String

func (x *NetworkCreatedEvent) String() string

func (*NetworkCreatedEvent) Validate

func (this *NetworkCreatedEvent) Validate() error

type NodeAssignedEvent

type NodeAssignedEvent struct {
	NodeId  string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	Type    string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Network string `protobuf:"bytes,4,opt,name=network,proto3" json:"network,omitempty"`
	Site    string `protobuf:"bytes,5,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

Assigned to a site

func (*NodeAssignedEvent) Descriptor deprecated

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

Deprecated: Use NodeAssignedEvent.ProtoReflect.Descriptor instead.

func (*NodeAssignedEvent) GetNetwork

func (x *NodeAssignedEvent) GetNetwork() string

func (*NodeAssignedEvent) GetNodeId

func (x *NodeAssignedEvent) GetNodeId() string

func (*NodeAssignedEvent) GetSite

func (x *NodeAssignedEvent) GetSite() string

func (*NodeAssignedEvent) GetType

func (x *NodeAssignedEvent) GetType() string

func (*NodeAssignedEvent) ProtoMessage

func (*NodeAssignedEvent) ProtoMessage()

func (*NodeAssignedEvent) ProtoReflect

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

func (*NodeAssignedEvent) Reset

func (x *NodeAssignedEvent) Reset()

func (*NodeAssignedEvent) String

func (x *NodeAssignedEvent) String() string

func (*NodeAssignedEvent) Validate

func (this *NodeAssignedEvent) Validate() error

type NodeCreatedEvent

type NodeCreatedEvent struct {
	NodeId string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type   string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Org    string `protobuf:"bytes,4,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

added a new node

func (*NodeCreatedEvent) Descriptor deprecated

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

Deprecated: Use NodeCreatedEvent.ProtoReflect.Descriptor instead.

func (*NodeCreatedEvent) GetName

func (x *NodeCreatedEvent) GetName() string

func (*NodeCreatedEvent) GetNodeId

func (x *NodeCreatedEvent) GetNodeId() string

func (*NodeCreatedEvent) GetOrg

func (x *NodeCreatedEvent) GetOrg() string

func (*NodeCreatedEvent) GetType

func (x *NodeCreatedEvent) GetType() string

func (*NodeCreatedEvent) ProtoMessage

func (*NodeCreatedEvent) ProtoMessage()

func (*NodeCreatedEvent) ProtoReflect

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

func (*NodeCreatedEvent) Reset

func (x *NodeCreatedEvent) Reset()

func (*NodeCreatedEvent) String

func (x *NodeCreatedEvent) String() string

func (*NodeCreatedEvent) Validate

func (this *NodeCreatedEvent) Validate() error

type NodeDeletedEvent

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

removed a node

func (*NodeDeletedEvent) Descriptor deprecated

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

Deprecated: Use NodeDeletedEvent.ProtoReflect.Descriptor instead.

func (*NodeDeletedEvent) GetNodeId

func (x *NodeDeletedEvent) GetNodeId() string

func (*NodeDeletedEvent) ProtoMessage

func (*NodeDeletedEvent) ProtoMessage()

func (*NodeDeletedEvent) ProtoReflect

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

func (*NodeDeletedEvent) Reset

func (x *NodeDeletedEvent) Reset()

func (*NodeDeletedEvent) String

func (x *NodeDeletedEvent) String() string

func (*NodeDeletedEvent) Validate

func (this *NodeDeletedEvent) Validate() error

type NodeOfflineEvent

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

func (*NodeOfflineEvent) Descriptor deprecated

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

Deprecated: Use NodeOfflineEvent.ProtoReflect.Descriptor instead.

func (*NodeOfflineEvent) GetNodeId

func (x *NodeOfflineEvent) GetNodeId() string

func (*NodeOfflineEvent) ProtoMessage

func (*NodeOfflineEvent) ProtoMessage()

func (*NodeOfflineEvent) ProtoReflect

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

func (*NodeOfflineEvent) Reset

func (x *NodeOfflineEvent) Reset()

func (*NodeOfflineEvent) String

func (x *NodeOfflineEvent) String() string

func (*NodeOfflineEvent) Validate

func (this *NodeOfflineEvent) Validate() error

type NodeOnlineEvent

type NodeOnlineEvent struct {
	NodeId       string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	NodeIp       string `protobuf:"bytes,2,opt,name=nodeIp,proto3" json:"nodeIp,omitempty"`
	NodePort     int32  `protobuf:"varint,3,opt,name=nodePort,proto3" json:"nodePort,omitempty"`
	MeshIp       string `protobuf:"bytes,4,opt,name=meshIp,proto3" json:"meshIp,omitempty"`
	MeshPort     int32  `protobuf:"varint,5,opt,name=meshPort,proto3" json:"meshPort,omitempty"`
	MeshHostName string `protobuf:"bytes,6,opt,name=meshHostName,proto3" json:"meshHostName,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeOnlineEvent) Descriptor deprecated

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

Deprecated: Use NodeOnlineEvent.ProtoReflect.Descriptor instead.

func (*NodeOnlineEvent) GetMeshHostName

func (x *NodeOnlineEvent) GetMeshHostName() string

func (*NodeOnlineEvent) GetMeshIp

func (x *NodeOnlineEvent) GetMeshIp() string

func (*NodeOnlineEvent) GetMeshPort

func (x *NodeOnlineEvent) GetMeshPort() int32

func (*NodeOnlineEvent) GetNodeId

func (x *NodeOnlineEvent) GetNodeId() string

func (*NodeOnlineEvent) GetNodeIp

func (x *NodeOnlineEvent) GetNodeIp() string

func (*NodeOnlineEvent) GetNodePort

func (x *NodeOnlineEvent) GetNodePort() int32

func (*NodeOnlineEvent) ProtoMessage

func (*NodeOnlineEvent) ProtoMessage()

func (*NodeOnlineEvent) ProtoReflect

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

func (*NodeOnlineEvent) Reset

func (x *NodeOnlineEvent) Reset()

func (*NodeOnlineEvent) String

func (x *NodeOnlineEvent) String() string

func (*NodeOnlineEvent) Validate

func (this *NodeOnlineEvent) Validate() error

type NodeReleasedEvent

type NodeReleasedEvent struct {
	NodeId  string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	Type    string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Network string `protobuf:"bytes,4,opt,name=network,proto3" json:"network,omitempty"`
	Site    string `protobuf:"bytes,5,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

Release from site

func (*NodeReleasedEvent) Descriptor deprecated

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

Deprecated: Use NodeReleasedEvent.ProtoReflect.Descriptor instead.

func (*NodeReleasedEvent) GetNetwork

func (x *NodeReleasedEvent) GetNetwork() string

func (*NodeReleasedEvent) GetNodeId

func (x *NodeReleasedEvent) GetNodeId() string

func (*NodeReleasedEvent) GetSite

func (x *NodeReleasedEvent) GetSite() string

func (*NodeReleasedEvent) GetType

func (x *NodeReleasedEvent) GetType() string

func (*NodeReleasedEvent) ProtoMessage

func (*NodeReleasedEvent) ProtoMessage()

func (*NodeReleasedEvent) ProtoReflect

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

func (*NodeReleasedEvent) Reset

func (x *NodeReleasedEvent) Reset()

func (*NodeReleasedEvent) String

func (x *NodeReleasedEvent) String() string

func (*NodeReleasedEvent) Validate

func (this *NodeReleasedEvent) Validate() error

type NodeStateUpdatedEvent

type NodeStateUpdatedEvent struct {
	NodeId string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	State  string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

updated a node state

func (*NodeStateUpdatedEvent) Descriptor deprecated

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

Deprecated: Use NodeStateUpdatedEvent.ProtoReflect.Descriptor instead.

func (*NodeStateUpdatedEvent) GetNodeId

func (x *NodeStateUpdatedEvent) GetNodeId() string

func (*NodeStateUpdatedEvent) GetState

func (x *NodeStateUpdatedEvent) GetState() string

func (*NodeStateUpdatedEvent) ProtoMessage

func (*NodeStateUpdatedEvent) ProtoMessage()

func (*NodeStateUpdatedEvent) ProtoReflect

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

func (*NodeStateUpdatedEvent) Reset

func (x *NodeStateUpdatedEvent) Reset()

func (*NodeStateUpdatedEvent) String

func (x *NodeStateUpdatedEvent) String() string

func (*NodeStateUpdatedEvent) Validate

func (this *NodeStateUpdatedEvent) Validate() error

type NodeUpdatedEvent

type NodeUpdatedEvent struct {
	NodeId string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

updated a node

func (*NodeUpdatedEvent) Descriptor deprecated

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

Deprecated: Use NodeUpdatedEvent.ProtoReflect.Descriptor instead.

func (*NodeUpdatedEvent) GetName

func (x *NodeUpdatedEvent) GetName() string

func (*NodeUpdatedEvent) GetNodeId

func (x *NodeUpdatedEvent) GetNodeId() string

func (*NodeUpdatedEvent) ProtoMessage

func (*NodeUpdatedEvent) ProtoMessage()

func (*NodeUpdatedEvent) ProtoReflect

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

func (*NodeUpdatedEvent) Reset

func (x *NodeUpdatedEvent) Reset()

func (*NodeUpdatedEvent) String

func (x *NodeUpdatedEvent) String() string

func (*NodeUpdatedEvent) Validate

func (this *NodeUpdatedEvent) Validate() error

type Notification

type Notification struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NodeId      string `protobuf:"bytes,2,opt,name=nodeId,json=node_id,proto3" json:"nodeId,omitempty"`
	NodeType    string `protobuf:"bytes,3,opt,name=nodeType,json=node_type,proto3" json:"nodeType,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Severity    string `protobuf:"bytes,5,opt,name=severity,proto3" json:"severity,omitempty"`
	Type        string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	ServiceName string `protobuf:"bytes,7,opt,name=serviceName,json=service_name,proto3" json:"serviceName,omitempty"`
	Status      uint32 `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"`
	EpochTime   uint32 `protobuf:"varint,9,opt,name=epochTime,json=time,proto3" json:"epochTime,omitempty"`
	Details     string `protobuf:"bytes,10,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*Notification) Descriptor deprecated

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

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) GetDescription

func (x *Notification) GetDescription() string

func (*Notification) GetDetails

func (x *Notification) GetDetails() string

func (*Notification) GetEpochTime

func (x *Notification) GetEpochTime() uint32

func (*Notification) GetId

func (x *Notification) GetId() string

func (*Notification) GetNodeId

func (x *Notification) GetNodeId() string

func (*Notification) GetNodeType

func (x *Notification) GetNodeType() string

func (*Notification) GetServiceName

func (x *Notification) GetServiceName() string

func (*Notification) GetSeverity

func (x *Notification) GetSeverity() string

func (*Notification) GetStatus

func (x *Notification) GetStatus() uint32

func (*Notification) GetType

func (x *Notification) GetType() string

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

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

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) String

func (x *Notification) String() string

func (*Notification) Validate

func (this *Notification) Validate() error

type NotificationDeletedEvent

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

func (*NotificationDeletedEvent) Descriptor deprecated

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

Deprecated: Use NotificationDeletedEvent.ProtoReflect.Descriptor instead.

func (*NotificationDeletedEvent) GetId

func (x *NotificationDeletedEvent) GetId() string

func (*NotificationDeletedEvent) GetNodeId

func (x *NotificationDeletedEvent) GetNodeId() string

func (*NotificationDeletedEvent) ProtoMessage

func (*NotificationDeletedEvent) ProtoMessage()

func (*NotificationDeletedEvent) ProtoReflect

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

func (*NotificationDeletedEvent) Reset

func (x *NotificationDeletedEvent) Reset()

func (*NotificationDeletedEvent) String

func (x *NotificationDeletedEvent) String() string

func (*NotificationDeletedEvent) Validate

func (this *NotificationDeletedEvent) Validate() error

type OrgIPUpdateEvent

type OrgIPUpdateEvent struct {
	OrgName string `protobuf:"bytes,1,opt,name=OrgName,proto3" json:"OrgName,omitempty"`
	OrgId   string `protobuf:"bytes,2,opt,name=OrgId,json=org_id,proto3" json:"OrgId,omitempty"`
	Ip      string `protobuf:"bytes,3,opt,name=Ip,proto3" json:"Ip,omitempty"`
	// contains filtered or unexported fields
}

added a new node

func (*OrgIPUpdateEvent) Descriptor deprecated

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

Deprecated: Use OrgIPUpdateEvent.ProtoReflect.Descriptor instead.

func (*OrgIPUpdateEvent) GetIp

func (x *OrgIPUpdateEvent) GetIp() string

func (*OrgIPUpdateEvent) GetOrgId

func (x *OrgIPUpdateEvent) GetOrgId() string

func (*OrgIPUpdateEvent) GetOrgName

func (x *OrgIPUpdateEvent) GetOrgName() string

func (*OrgIPUpdateEvent) ProtoMessage

func (*OrgIPUpdateEvent) ProtoMessage()

func (*OrgIPUpdateEvent) ProtoReflect

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

func (*OrgIPUpdateEvent) Reset

func (x *OrgIPUpdateEvent) Reset()

func (*OrgIPUpdateEvent) String

func (x *OrgIPUpdateEvent) String() string

func (*OrgIPUpdateEvent) Validate

func (this *OrgIPUpdateEvent) Validate() error

type Payment

type Payment struct {
	Id                   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ItemId               string `protobuf:"bytes,2,opt,name=itemId,proto3" json:"itemId,omitempty"`
	ItemType             string `protobuf:"bytes,3,opt,name=itemType,json=item_type,proto3" json:"itemType,omitempty"`
	AmountCents          int64  `protobuf:"varint,4,opt,name=amountCents,json=amount_cents,proto3" json:"amountCents,omitempty"`
	Currency             string `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	PaymentMethod        string `protobuf:"bytes,6,opt,name=paymentMethod,json=payment_method,proto3" json:"paymentMethod,omitempty"`
	DepositedAmountCents int64  `protobuf:"varint,7,opt,name=depositedAmountCents,json=deposited_amount_cents,proto3" json:"depositedAmountCents,omitempty"`
	PaidAt               string `protobuf:"bytes,8,opt,name=paidAt,json=paid_at,proto3" json:"paidAt,omitempty"`
	PayerName            string `protobuf:"bytes,9,opt,name=payerName,json=payer_name,proto3" json:"payerName,omitempty"`
	PayerEmail           string `protobuf:"bytes,10,opt,name=payerEmail,json=payer_email,proto3" json:"payerEmail,omitempty"`
	PayerPhone           string `protobuf:"bytes,11,opt,name=payerPhone,json=payer_phone,proto3" json:"payerPhone,omitempty"`
	Correspondant        string `protobuf:"bytes,12,opt,name=correspondant,proto3" json:"correspondant,omitempty"`
	Country              string `protobuf:"bytes,13,opt,name=country,proto3" json:"country,omitempty"`
	Description          string `protobuf:"bytes,14,opt,name=description,proto3" json:"description,omitempty"`
	Status               string `protobuf:"bytes,15,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Payment) Descriptor deprecated

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

Deprecated: Use Payment.ProtoReflect.Descriptor instead.

func (*Payment) GetAmountCents

func (x *Payment) GetAmountCents() int64

func (*Payment) GetCorrespondant

func (x *Payment) GetCorrespondant() string

func (*Payment) GetCountry

func (x *Payment) GetCountry() string

func (*Payment) GetCurrency

func (x *Payment) GetCurrency() string

func (*Payment) GetDepositedAmountCents

func (x *Payment) GetDepositedAmountCents() int64

func (*Payment) GetDescription

func (x *Payment) GetDescription() string

func (*Payment) GetId

func (x *Payment) GetId() string

func (*Payment) GetItemId

func (x *Payment) GetItemId() string

func (*Payment) GetItemType

func (x *Payment) GetItemType() string

func (*Payment) GetPaidAt

func (x *Payment) GetPaidAt() string

func (*Payment) GetPayerEmail

func (x *Payment) GetPayerEmail() string

func (*Payment) GetPayerName

func (x *Payment) GetPayerName() string

func (*Payment) GetPayerPhone

func (x *Payment) GetPayerPhone() string

func (*Payment) GetPaymentMethod

func (x *Payment) GetPaymentMethod() string

func (*Payment) GetStatus

func (x *Payment) GetStatus() string

func (*Payment) ProtoMessage

func (*Payment) ProtoMessage()

func (*Payment) ProtoReflect

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

func (*Payment) Reset

func (x *Payment) Reset()

func (*Payment) String

func (x *Payment) String() string

func (*Payment) Validate

func (this *Payment) Validate() error

type PublishServiceStatusUp

type PublishServiceStatusUp struct {
	OrgName  string `protobuf:"bytes,1,opt,name=orgName,proto3" json:"orgName,omitempty"`
	System   string `protobuf:"bytes,2,opt,name=system,proto3" json:"system,omitempty"`
	Service  string `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"`
	Instance string `protobuf:"bytes,4,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishServiceStatusUp) Descriptor deprecated

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

Deprecated: Use PublishServiceStatusUp.ProtoReflect.Descriptor instead.

func (*PublishServiceStatusUp) GetInstance

func (x *PublishServiceStatusUp) GetInstance() string

func (*PublishServiceStatusUp) GetOrgName

func (x *PublishServiceStatusUp) GetOrgName() string

func (*PublishServiceStatusUp) GetService

func (x *PublishServiceStatusUp) GetService() string

func (*PublishServiceStatusUp) GetSystem

func (x *PublishServiceStatusUp) GetSystem() string

func (*PublishServiceStatusUp) ProtoMessage

func (*PublishServiceStatusUp) ProtoMessage()

func (*PublishServiceStatusUp) ProtoReflect

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

func (*PublishServiceStatusUp) Reset

func (x *PublishServiceStatusUp) Reset()

func (*PublishServiceStatusUp) String

func (x *PublishServiceStatusUp) String() string

func (*PublishServiceStatusUp) Validate

func (this *PublishServiceStatusUp) Validate() error

type RawInvoice

type RawInvoice struct {
	IssuingDate         string          `protobuf:"bytes,1,opt,name=issuingDate,json=issuing_date,proto3" json:"issuingDate,omitempty"`
	Status              string          `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	PaymentStatus       string          `protobuf:"bytes,3,opt,name=paymentStatus,json=payment_status,proto3" json:"paymentStatus,omitempty"`
	AmountCents         int64           `protobuf:"varint,4,opt,name=amountCents,json=amount_cents,proto3" json:"amountCents,omitempty"`
	AmountCurrency      string          `protobuf:"bytes,5,opt,name=amountCurrency,json=amount_currency,proto3" json:"amountCurrency,omitempty"`
	VatAmountCents      int64           `protobuf:"varint,6,opt,name=vatAmountCents,json=vat_amount_cents,proto3" json:"vatAmountCents,omitempty"`
	VatAmountCurrency   string          `protobuf:"bytes,7,opt,name=vatAmountCurrency,json=vat_amount_currency,proto3" json:"vatAmountCurrency,omitempty"`
	TotalAmountCents    int64           `protobuf:"varint,8,opt,name=totalAmountCents,json=total_amount_cents,proto3" json:"totalAmountCents,omitempty"`
	TotalAmountCurrency string          `protobuf:"bytes,9,opt,name=totalAmountCurrency,json=total_amount_currency,proto3" json:"totalAmountCurrency,omitempty"`
	FileURL             string          `protobuf:"bytes,10,opt,name=fileURL,json=file_url,proto3" json:"fileURL,omitempty"`
	Customer            *Customer       `protobuf:"bytes,11,opt,name=customer,proto3" json:"customer,omitempty"`
	Subscriptions       []*Subscription `protobuf:"bytes,12,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	Fees                []*Fee          `protobuf:"bytes,13,rep,name=fees,proto3" json:"fees,omitempty"`
	// contains filtered or unexported fields
}

func (*RawInvoice) Descriptor deprecated

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

Deprecated: Use RawInvoice.ProtoReflect.Descriptor instead.

func (*RawInvoice) GetAmountCents

func (x *RawInvoice) GetAmountCents() int64

func (*RawInvoice) GetAmountCurrency

func (x *RawInvoice) GetAmountCurrency() string

func (*RawInvoice) GetCustomer

func (x *RawInvoice) GetCustomer() *Customer

func (*RawInvoice) GetFees

func (x *RawInvoice) GetFees() []*Fee

func (*RawInvoice) GetFileURL

func (x *RawInvoice) GetFileURL() string

func (*RawInvoice) GetIssuingDate

func (x *RawInvoice) GetIssuingDate() string

func (*RawInvoice) GetPaymentStatus

func (x *RawInvoice) GetPaymentStatus() string

func (*RawInvoice) GetStatus

func (x *RawInvoice) GetStatus() string

func (*RawInvoice) GetSubscriptions

func (x *RawInvoice) GetSubscriptions() []*Subscription

func (*RawInvoice) GetTotalAmountCents

func (x *RawInvoice) GetTotalAmountCents() int64

func (*RawInvoice) GetTotalAmountCurrency

func (x *RawInvoice) GetTotalAmountCurrency() string

func (*RawInvoice) GetVatAmountCents

func (x *RawInvoice) GetVatAmountCents() int64

func (*RawInvoice) GetVatAmountCurrency

func (x *RawInvoice) GetVatAmountCurrency() string

func (*RawInvoice) ProtoMessage

func (*RawInvoice) ProtoMessage()

func (*RawInvoice) ProtoReflect

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

func (*RawInvoice) Reset

func (x *RawInvoice) Reset()

func (*RawInvoice) String

func (x *RawInvoice) String() string

func (*RawInvoice) Validate

func (this *RawInvoice) Validate() error

type SimActivePackage

type SimActivePackage struct {
	Id               string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SubscriberId     string                 `protobuf:"bytes,2,opt,name=subscriberId,json=subscriber_id,proto3" json:"subscriberId,omitempty"`
	PackageId        string                 `protobuf:"bytes,3,opt,name=packageId,json=package_id,proto3" json:"packageId,omitempty"`
	PlanId           string                 `protobuf:"bytes,4,opt,name=planId,json=plan_id,proto3" json:"planId,omitempty"`
	PackageStartDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=packageStartDate,json=start_date,proto3" json:"packageStartDate,omitempty"`
	// contains filtered or unexported fields
}

func (*SimActivePackage) Descriptor deprecated

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

Deprecated: Use SimActivePackage.ProtoReflect.Descriptor instead.

func (*SimActivePackage) GetId

func (x *SimActivePackage) GetId() string

func (*SimActivePackage) GetPackageId

func (x *SimActivePackage) GetPackageId() string

func (*SimActivePackage) GetPackageStartDate

func (x *SimActivePackage) GetPackageStartDate() *timestamppb.Timestamp

func (*SimActivePackage) GetPlanId

func (x *SimActivePackage) GetPlanId() string

func (*SimActivePackage) GetSubscriberId

func (x *SimActivePackage) GetSubscriberId() string

func (*SimActivePackage) ProtoMessage

func (*SimActivePackage) ProtoMessage()

func (*SimActivePackage) ProtoReflect

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

func (*SimActivePackage) Reset

func (x *SimActivePackage) Reset()

func (*SimActivePackage) String

func (x *SimActivePackage) String() string

func (*SimActivePackage) Validate

func (this *SimActivePackage) Validate() error

type SimAllocation

type SimAllocation struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SubscriberId  string `protobuf:"bytes,2,opt,name=subscriberId,json=subscriber_id,proto3" json:"subscriberId,omitempty"`
	NetworkId     string `protobuf:"bytes,3,opt,name=networkId,json=network_id,proto3" json:"networkId,omitempty"`
	OrgId         string `protobuf:"bytes,4,opt,name=orgId,json=org_id,proto3" json:"orgId,omitempty"`
	DataPlanId    string `protobuf:"bytes,5,opt,name=dataPlanId,json=plan_id,proto3" json:"dataPlanId,omitempty"`
	Iccid         string `protobuf:"bytes,6,opt,name=iccid,proto3" json:"iccid,omitempty"`
	Msisdn        string `protobuf:"bytes,7,opt,name=msisdn,proto3" json:"msisdn,omitempty"`
	Imsi          string `protobuf:"bytes,8,opt,name=imsi,proto3" json:"imsi,omitempty"`
	Type          string `protobuf:"bytes,9,opt,name=type,proto3" json:"type,omitempty"`
	Status        string `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
	IsPhysical    bool   `protobuf:"varint,11,opt,name=isPhysical,json=is_physical,proto3" json:"isPhysical,omitempty"`
	PackageId     string `protobuf:"bytes,12,opt,name=packageId,json=package_id,proto3" json:"packageId,omitempty"`
	TrafficPolicy uint32 `protobuf:"varint,13,opt,name=trafficPolicy,json=traffic_policy,proto3" json:"trafficPolicy,omitempty"`
	// contains filtered or unexported fields
}

func (*SimAllocation) Descriptor deprecated

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

Deprecated: Use SimAllocation.ProtoReflect.Descriptor instead.

func (*SimAllocation) GetDataPlanId

func (x *SimAllocation) GetDataPlanId() string

func (*SimAllocation) GetIccid

func (x *SimAllocation) GetIccid() string

func (*SimAllocation) GetId

func (x *SimAllocation) GetId() string

func (*SimAllocation) GetImsi

func (x *SimAllocation) GetImsi() string

func (*SimAllocation) GetIsPhysical

func (x *SimAllocation) GetIsPhysical() bool

func (*SimAllocation) GetMsisdn

func (x *SimAllocation) GetMsisdn() string

func (*SimAllocation) GetNetworkId

func (x *SimAllocation) GetNetworkId() string

func (*SimAllocation) GetOrgId

func (x *SimAllocation) GetOrgId() string

func (*SimAllocation) GetPackageId

func (x *SimAllocation) GetPackageId() string

func (*SimAllocation) GetStatus

func (x *SimAllocation) GetStatus() string

func (*SimAllocation) GetSubscriberId

func (x *SimAllocation) GetSubscriberId() string

func (*SimAllocation) GetTrafficPolicy

func (x *SimAllocation) GetTrafficPolicy() uint32

func (*SimAllocation) GetType

func (x *SimAllocation) GetType() string

func (*SimAllocation) ProtoMessage

func (*SimAllocation) ProtoMessage()

func (*SimAllocation) ProtoReflect

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

func (*SimAllocation) Reset

func (x *SimAllocation) Reset()

func (*SimAllocation) String

func (x *SimAllocation) String() string

func (*SimAllocation) Validate

func (this *SimAllocation) Validate() error

type SimUsage

type SimUsage struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SimId        string `protobuf:"bytes,2,opt,name=simId,json=sim_id,proto3" json:"simId,omitempty"`
	SubscriberId string `protobuf:"bytes,3,opt,name=subscriberId,json=subscriber_id,proto3" json:"subscriberId,omitempty"`
	NetworkId    string `protobuf:"bytes,4,opt,name=networkId,json=network_id,proto3" json:"networkId,omitempty"`
	OrgId        string `protobuf:"bytes,5,opt,name=orgId,json=org_id,proto3" json:"orgId,omitempty"`
	Type         string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	BytesUsed    uint64 `protobuf:"varint,7,opt,name=bytesUsed,proto3" json:"bytesUsed,omitempty"`
	SessionId    string `protobuf:"bytes,8,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	StartTime    int64  `protobuf:"varint,9,opt,name=startTime,proto3" json:"startTime,omitempty"`
	EndTime      int64  `protobuf:"varint,10,opt,name=endTime,proto3" json:"endTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SimUsage) Descriptor deprecated

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

Deprecated: Use SimUsage.ProtoReflect.Descriptor instead.

func (*SimUsage) GetBytesUsed

func (x *SimUsage) GetBytesUsed() uint64

func (*SimUsage) GetEndTime

func (x *SimUsage) GetEndTime() int64

func (*SimUsage) GetId

func (x *SimUsage) GetId() string

func (*SimUsage) GetNetworkId

func (x *SimUsage) GetNetworkId() string

func (*SimUsage) GetOrgId

func (x *SimUsage) GetOrgId() string

func (*SimUsage) GetSessionId

func (x *SimUsage) GetSessionId() string

func (*SimUsage) GetSimId

func (x *SimUsage) GetSimId() string

func (*SimUsage) GetStartTime

func (x *SimUsage) GetStartTime() int64

func (*SimUsage) GetSubscriberId

func (x *SimUsage) GetSubscriberId() string

func (*SimUsage) GetType

func (x *SimUsage) GetType() string

func (*SimUsage) ProtoMessage

func (*SimUsage) ProtoMessage()

func (*SimUsage) ProtoReflect

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

func (*SimUsage) Reset

func (x *SimUsage) Reset()

func (*SimUsage) String

func (x *SimUsage) String() string

func (*SimUsage) Validate

func (this *SimUsage) Validate() error

type Subscription

type Subscription struct {
	ExternalCustomerId string                 `protobuf:"bytes,1,opt,name=externalCustomerId,json=external_customer_id,proto3" json:"externalCustomerId,omitempty"`
	ExternalId         string                 `protobuf:"bytes,2,opt,name=externalId,json=external_id,proto3" json:"externalId,omitempty"`
	PlanCode           string                 `protobuf:"bytes,3,opt,name=planCode,json=plan_code,proto3" json:"planCode,omitempty"`
	Status             string                 `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt          *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=createdAt,json=created_at,proto3" json:"createdAt,omitempty"`
	StartedAt          *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=startedAt,json=started_at,proto3" json:"startedAt,omitempty"`
	CanceldAt          *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=canceldAt,json=canceled_at,proto3" json:"canceldAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated

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

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetCanceldAt

func (x *Subscription) GetCanceldAt() *timestamppb.Timestamp

func (*Subscription) GetCreatedAt

func (x *Subscription) GetCreatedAt() *timestamppb.Timestamp

func (*Subscription) GetExternalCustomerId

func (x *Subscription) GetExternalCustomerId() string

func (*Subscription) GetExternalId

func (x *Subscription) GetExternalId() string

func (*Subscription) GetPlanCode

func (x *Subscription) GetPlanCode() string

func (*Subscription) GetStartedAt

func (x *Subscription) GetStartedAt() *timestamppb.Timestamp

func (*Subscription) GetStatus

func (x *Subscription) GetStatus() string

func (*Subscription) ProtoMessage

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect

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

func (*Subscription) Reset

func (x *Subscription) Reset()

func (*Subscription) String

func (x *Subscription) String() string

func (*Subscription) Validate

func (this *Subscription) Validate() error

type UnimplementedEventNotificationServiceServer

type UnimplementedEventNotificationServiceServer struct {
}

UnimplementedEventNotificationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedEventNotificationServiceServer) EventNotification

type UnsafeEventNotificationServiceServer

type UnsafeEventNotificationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeEventNotificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventNotificationServiceServer will result in compilation errors.

type UpdatePackageEvent

type UpdatePackageEvent struct {
	Uuid  string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=orgId,json=org_id,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePackageEvent) Descriptor deprecated

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

Deprecated: Use UpdatePackageEvent.ProtoReflect.Descriptor instead.

func (*UpdatePackageEvent) GetOrgId

func (x *UpdatePackageEvent) GetOrgId() string

func (*UpdatePackageEvent) GetUuid

func (x *UpdatePackageEvent) GetUuid() string

func (*UpdatePackageEvent) ProtoMessage

func (*UpdatePackageEvent) ProtoMessage()

func (*UpdatePackageEvent) ProtoReflect

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

func (*UpdatePackageEvent) Reset

func (x *UpdatePackageEvent) Reset()

func (*UpdatePackageEvent) String

func (x *UpdatePackageEvent) String() string

func (*UpdatePackageEvent) Validate

func (this *UpdatePackageEvent) Validate() error

type UpdateSiteEventRequest

type UpdateSiteEventRequest struct {
	SiteId        string  `protobuf:"bytes,1,opt,name=siteId,json=site_id,proto3" json:"siteId,omitempty"`
	Name          string  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BackhaulId    string  `protobuf:"bytes,4,opt,name=backhaulId,json=backhaul_id,proto3" json:"backhaulId,omitempty"`
	PowerId       string  `protobuf:"bytes,5,opt,name=powerId,json=power_id,proto3" json:"powerId,omitempty"`
	AccessId      string  `protobuf:"bytes,6,opt,name=accessId,json=access_id,proto3" json:"accessId,omitempty"`
	SwitchId      string  `protobuf:"bytes,7,opt,name=switchId,json=switch_id,proto3" json:"switchId,omitempty"`
	IsDeactivated bool    `protobuf:"varint,8,opt,name=isDeactivated,json=is_deactivated,proto3" json:"isDeactivated,omitempty"`
	Latitude      float64 `protobuf:"fixed64,9,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude     float64 `protobuf:"fixed64,10,opt,name=longitude,proto3" json:"longitude,omitempty"`
	InstallDate   string  `protobuf:"bytes,11,opt,name=installDate,json=install_date,proto3" json:"installDate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSiteEventRequest) Descriptor deprecated

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

Deprecated: Use UpdateSiteEventRequest.ProtoReflect.Descriptor instead.

func (*UpdateSiteEventRequest) GetAccessId

func (x *UpdateSiteEventRequest) GetAccessId() string

func (*UpdateSiteEventRequest) GetBackhaulId

func (x *UpdateSiteEventRequest) GetBackhaulId() string

func (*UpdateSiteEventRequest) GetInstallDate

func (x *UpdateSiteEventRequest) GetInstallDate() string

func (*UpdateSiteEventRequest) GetIsDeactivated

func (x *UpdateSiteEventRequest) GetIsDeactivated() bool

func (*UpdateSiteEventRequest) GetLatitude

func (x *UpdateSiteEventRequest) GetLatitude() float64

func (*UpdateSiteEventRequest) GetLongitude

func (x *UpdateSiteEventRequest) GetLongitude() float64

func (*UpdateSiteEventRequest) GetName

func (x *UpdateSiteEventRequest) GetName() string

func (*UpdateSiteEventRequest) GetPowerId

func (x *UpdateSiteEventRequest) GetPowerId() string

func (*UpdateSiteEventRequest) GetSiteId

func (x *UpdateSiteEventRequest) GetSiteId() string

func (*UpdateSiteEventRequest) GetSwitchId

func (x *UpdateSiteEventRequest) GetSwitchId() string

func (*UpdateSiteEventRequest) ProtoMessage

func (*UpdateSiteEventRequest) ProtoMessage()

func (*UpdateSiteEventRequest) ProtoReflect

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

func (*UpdateSiteEventRequest) Reset

func (x *UpdateSiteEventRequest) Reset()

func (*UpdateSiteEventRequest) String

func (x *UpdateSiteEventRequest) String() string

func (*UpdateSiteEventRequest) Validate

func (this *UpdateSiteEventRequest) Validate() error

type UserAccounting

type UserAccounting struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId        string `protobuf:"bytes,2,opt,name=userId,json=user_id,proto3" json:"userId,omitempty"`
	Item          string `protobuf:"bytes,3,opt,name=item,proto3" json:"item,omitempty"`
	Description   string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Inventory     string `protobuf:"bytes,5,opt,name=inventory,proto3" json:"inventory,omitempty"`
	OpexFee       string `protobuf:"bytes,6,opt,name=opexFee,json=opex_fee,proto3" json:"opexFee,omitempty"`
	Vat           string `protobuf:"bytes,7,opt,name=vat,proto3" json:"vat,omitempty"`
	EffectiveDate string `protobuf:"bytes,8,opt,name=effectiveDate,json=effective_date,proto3" json:"effectiveDate,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAccounting) Descriptor deprecated

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

Deprecated: Use UserAccounting.ProtoReflect.Descriptor instead.

func (*UserAccounting) GetDescription

func (x *UserAccounting) GetDescription() string

func (*UserAccounting) GetEffectiveDate

func (x *UserAccounting) GetEffectiveDate() string

func (*UserAccounting) GetId

func (x *UserAccounting) GetId() string

func (*UserAccounting) GetInventory

func (x *UserAccounting) GetInventory() string

func (*UserAccounting) GetItem

func (x *UserAccounting) GetItem() string

func (*UserAccounting) GetOpexFee

func (x *UserAccounting) GetOpexFee() string

func (*UserAccounting) GetUserId

func (x *UserAccounting) GetUserId() string

func (*UserAccounting) GetVat

func (x *UserAccounting) GetVat() string

func (*UserAccounting) ProtoMessage

func (*UserAccounting) ProtoMessage()

func (*UserAccounting) ProtoReflect

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

func (*UserAccounting) Reset

func (x *UserAccounting) Reset()

func (*UserAccounting) String

func (x *UserAccounting) String() string

func (*UserAccounting) Validate

func (this *UserAccounting) Validate() error

type UserAccountingEvent

type UserAccountingEvent struct {
	UserId     string            `protobuf:"bytes,1,opt,name=userId,json=user_id,proto3" json:"userId,omitempty"`
	Accounting []*UserAccounting `protobuf:"bytes,2,rep,name=accounting,json=user_accounting,proto3" json:"accounting,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAccountingEvent) Descriptor deprecated

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

Deprecated: Use UserAccountingEvent.ProtoReflect.Descriptor instead.

func (*UserAccountingEvent) GetAccounting

func (x *UserAccountingEvent) GetAccounting() []*UserAccounting

func (*UserAccountingEvent) GetUserId

func (x *UserAccountingEvent) GetUserId() string

func (*UserAccountingEvent) ProtoMessage

func (*UserAccountingEvent) ProtoMessage()

func (*UserAccountingEvent) ProtoReflect

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

func (*UserAccountingEvent) Reset

func (x *UserAccountingEvent) Reset()

func (*UserAccountingEvent) String

func (x *UserAccountingEvent) String() string

func (*UserAccountingEvent) Validate

func (this *UserAccountingEvent) Validate() error

Jump to

Keyboard shortcuts

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