Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit aaac418

Browse files
committed
godoc
1 parent 3ae6bcb commit aaac418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/brokerapi/schemas.go

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ type Schemas struct {
2323
ServiceBindings *Schema `json:"service_bindings,omitempty"`
2424
}
2525

26+
// Schema represents a plan's schemas for a create and update of an API
27+
// resource.
2628
type Schema struct {
2729
Create interface{} `json:"create,omitempty"`
2830
Update interface{} `json:"update,omitempty"`

0 commit comments

Comments
 (0)