Skip to content

Commit

Permalink
Add support for SDK gRPC server extensions (libopenstorage#1094)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Griffiths <[email protected]>
  • Loading branch information
ggriffiths committed Aug 1, 2019
1 parent 06f3a79 commit 59f571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/sdk/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type ServerConfig struct {
// Security configuration
Security *SecurityConfig

// ServerExtensions allows you to extend the SDK gRPC server
// GrpcServerExtensions allows you to extend the SDK gRPC server
// with callback functions that are sequentially executed
// at the end of Server.Start()
//
Expand Down

0 comments on commit 59f571a

Please sign in to comment.