Documentation
¶
Overview ¶
Package "issue192" provides primitives to interact with the AsyncAPI specification.
Code generated by github.com/lerenn/asyncapi-codegen version (devel) DO NOT EDIT.
Index ¶
Constants ¶
const AsyncAPIVersion = ""
AsyncAPIVersion is the version of the used AsyncAPI document
Variables ¶
This section is empty.
Functions ¶
func CheckGeneration ¶
func CheckGeneration()
CheckGeneration is a function to check the generation of the code.
Types ¶
type DistantSchema ¶
type DistantSchema ObjectSchema
DistantSchema is a schema from the AsyncAPI specification required in messages
type LocalSchema ¶
type LocalSchema ObjectSchema
LocalSchema is a schema from the AsyncAPI specification required in messages
type MessageWithCorrelationID ¶
MessageWithCorrelationID is implemented by messages that carry a correlation ID.
type ObjectSchema ¶
type ObjectSchema struct {
Data *ObjectSchemaData `json:"data,omitempty"`
}
ObjectSchema is a schema from the AsyncAPI specification required in messages
type ObjectSchemaData ¶
type ObjectSchemaData struct {
Hello *string `json:"hello,omitempty"`
World *string `json:"world,omitempty"`
}
ObjectSchemaData is a schema from the AsyncAPI specification required in messages