🚚 Move http server package
This commit is contained in:
@ -71,7 +71,7 @@ func (c *notifierClient) NotifyAllUser(ctx context.Context, in *NotifyRequest, o
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// NotifierServer is the server API for Notifier service.
|
||||
// NotifierServer is the http API for Notifier service.
|
||||
// All implementations must embed UnimplementedNotifierServer
|
||||
// for forward compatibility.
|
||||
type NotifierServer interface {
|
||||
|
@ -119,7 +119,7 @@ func (c *realmClient) CheckRealmMemberPerm(ctx context.Context, in *CheckRealmPe
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// RealmServer is the server API for Realm service.
|
||||
// RealmServer is the http API for Realm service.
|
||||
// All implementations must embed UnimplementedRealmServer
|
||||
// for forward compatibility.
|
||||
type RealmServer interface {
|
||||
|
@ -47,7 +47,7 @@ func (c *eventRecorderClient) RecordEvent(ctx context.Context, in *RecordEventRe
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// EventRecorderServer is the server API for EventRecorder service.
|
||||
// EventRecorderServer is the http API for EventRecorder service.
|
||||
// All implementations must embed UnimplementedEventRecorderServer
|
||||
// for forward compatibility.
|
||||
type EventRecorderServer interface {
|
||||
|
Reference in New Issue
Block a user