Documentation
¶
Index ¶
- func NewAccountAPIServer(ctx context.Context, opt *account_app.Options) (account.AccountAPIServer, error)
- func NewCallAPIServer(ctx context.Context, opt *call_app.Options) (call.CallAPIServer, error)
- func NewChannelAPIServer(ctx context.Context, opt *channel_app.Options) (channel.ChannelAPIServer, error)
- func NewEmailingAPIServer(ctx context.Context, opt *emailing_app.Options) (emailing.EmailingServer, error)
- func NewLongRunningAPIServer(ctx context.Context, opt *longrunning_app.Options) (longrunning.OperationAPIServer, error)
- func NewMessagingAPIServer(ctx context.Context, opt *messaging_app.Options) (messaging.MessagingServer, error)
- func NewPusherAPIServer(ctx context.Context, opt *pusher_app.Options) (pusher.PushMessagingServer, error)
- func NewSMSAPIServer(ctx context.Context, opt *sms_app.Options) (sms.SMSAPIServer, error)
- func NewSettingsAPIServer(ctx context.Context, opt *settings_app.Options) (settings.SettingsAPIServer, error)
- func NewSubscriberAPIServer(ctx context.Context, opt *subscriber_app.Options) (subscriber.SubscriberAPIServer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccountAPIServer ¶
func NewAccountAPIServer(ctx context.Context, opt *account_app.Options) (account.AccountAPIServer, error)
NewAccountAPIServer creates account API server
func NewCallAPIServer ¶
NewCallAPIServer creates a call API server
func NewChannelAPIServer ¶
func NewChannelAPIServer(ctx context.Context, opt *channel_app.Options) (channel.ChannelAPIServer, error)
NewChannelAPIServer creates a channel API server
func NewEmailingAPIServer ¶
func NewEmailingAPIServer(ctx context.Context, opt *emailing_app.Options) (emailing.EmailingServer, error)
NewEmailingAPIServer creates an emailing API server
func NewLongRunningAPIServer ¶
func NewLongRunningAPIServer(ctx context.Context, opt *longrunning_app.Options) (longrunning.OperationAPIServer, error)
NewLongRunningAPIServer creates a channel API server
func NewMessagingAPIServer ¶
func NewMessagingAPIServer(ctx context.Context, opt *messaging_app.Options) (messaging.MessagingServer, error)
NewMessagingAPIServer creates a messaging API server
func NewPusherAPIServer ¶
func NewPusherAPIServer(ctx context.Context, opt *pusher_app.Options) (pusher.PushMessagingServer, error)
NewEmailingAPIServer creates FCM pusher API server
func NewSMSAPIServer ¶
NewSMSAPIServer creates outgoing sms API server
func NewSettingsAPIServer ¶
func NewSettingsAPIServer(ctx context.Context, opt *settings_app.Options) (settings.SettingsAPIServer, error)
NewSettingsAPIServer creates a settings API server
func NewSubscriberAPIServer ¶
func NewSubscriberAPIServer(ctx context.Context, opt *subscriber_app.Options) (subscriber.SubscriberAPIServer, error)
NewSubscriberAPIServer creates a subscriber API server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.