naming nitpick
This commit is contained in:
parent
8245390b5a
commit
ee3ae89ca8
@ -53,9 +53,9 @@ func InternalHandler(b bool) HandlerOption {
|
|||||||
|
|
||||||
// EndpointMetadata is a Handler option that allows metadata to be added to
|
// EndpointMetadata is a Handler option that allows metadata to be added to
|
||||||
// individual endpoints.
|
// individual endpoints.
|
||||||
func EndpointMetadata(endpoint string, metadata map[string]string) HandlerOption {
|
func EndpointMetadata(name string, md map[string]string) HandlerOption {
|
||||||
return func(o *HandlerOptions) {
|
return func(o *HandlerOptions) {
|
||||||
o.Metadata[endpoint] = metadata
|
o.Metadata[name] = md
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user