Versions in this module Expand all Collapse all v1 v1.4.1 Jun 11, 2018 v1.4.0 May 24, 2018 Changes in this version + type ChangeVppSvc struct + func (svc *ChangeVppSvc) Del(ctx context.Context, data *rpc.DataRequest) (*rpc.DelResponse, error) + func (svc *ChangeVppSvc) Put(ctx context.Context, data *rpc.DataRequest) (*rpc.PutResponse, error) + type GRPCService interface + UpdateNotifications func(ctx context.Context, notification *interfaces.InterfaceNotification) + type GRPCSvcPlugin struct + Deps GRPCSvcPluginDeps + func (plugin *GRPCSvcPlugin) AfterInit() error + func (plugin *GRPCSvcPlugin) Close() error + func (plugin *GRPCSvcPlugin) Init() error + func (plugin *GRPCSvcPlugin) UpdateNotifications(ctx context.Context, notification *interfaces.InterfaceNotification) + type GRPCSvcPluginDeps struct + GRPCServer grpc.Server + type NotificationSvc struct + func (svc *NotificationSvc) Get(from *rpc.NotificationRequest, server rpc.NotificationService_GetServer) error + type ResyncVppSvc struct + func (svc *ResyncVppSvc) Resync(ctx context.Context, data *rpc.DataRequest) (*rpc.ResyncResponse, error)