Code review comments

This commit is contained in:
derekwaynecarr
2015-01-30 16:52:11 -05:00
parent d3579f0de0
commit a928be56ba

View File

@@ -102,6 +102,8 @@ const (
)
// RESTScope contains the information needed to deal with REST resources that are in a resource hierarchy
// TODO After we deprecate v1beta1 and v1beta2, we can look a supporting removing the flexibility of supporting
// either a query or path param, and instead just support path param
type RESTScope interface {
// Name of the scope
Name() RESTScopeName