fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
17
vendor/github.com/getkin/kin-openapi/openapi3/serialization_method.go
generated
vendored
Normal file
17
vendor/github.com/getkin/kin-openapi/openapi3/serialization_method.go
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
package openapi3
|
||||
|
||||
const (
|
||||
SerializationSimple = "simple"
|
||||
SerializationLabel = "label"
|
||||
SerializationMatrix = "matrix"
|
||||
SerializationForm = "form"
|
||||
SerializationSpaceDelimited = "spaceDelimited"
|
||||
SerializationPipeDelimited = "pipeDelimited"
|
||||
SerializationDeepObject = "deepObject"
|
||||
)
|
||||
|
||||
// SerializationMethod describes a serialization method of HTTP request's parameters and body.
|
||||
type SerializationMethod struct {
|
||||
Style string
|
||||
Explode bool
|
||||
}
|
||||
Reference in New Issue
Block a user