Skip to content

Commit

Permalink
update to pomerium-enterprise v0.16 API (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored Feb 3, 2022
1 parent cf8d27f commit 6c96e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type Client struct {
conn *grpc.ClientConn

ActivityLogService pb.ActivityLogServiceClient
DeviceService pb.DeviceServiceClient
KeyChainService pb.KeyChainServiceClient
NamespacePermissionService pb.NamespacePermissionServiceClient
NamespaceService pb.NamespaceServiceClient
Expand Down Expand Up @@ -79,6 +80,7 @@ func NewClient(ctx context.Context, target string, authToken string, opts ...Opt
RouteService: pb.NewRouteServiceClient(conn),
SettingsService: pb.NewSettingsServiceClient(conn),
UserService: pb.NewUserServiceClient(conn),
DeviceService: pb.NewDeviceServiceClient(conn),
}, nil
}

Expand Down

0 comments on commit 6c96e0a

Please sign in to comment.