Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadSchemaFilesInDirectory ¶
ReadSchemaFilesInDirectory finds all the schema files in the directory and reads their content
func SchemaRegistryRequest ¶
func SchemaRegistryRequest(payload domain.GraphqlSchemaPayload, url string) (*dto.SchemaStatus, error)
SchemaRegistryRequest makes a request to the schema registry
Types ¶
type RegistryResponse ¶
type RegistryResponse struct {
Success bool `json:"success,omitempty"`
Message string `json:"message,omitempty"`
Details []ResponseDetails `json:"details,omitempty"`
}
RegistryResponse ...
type ResponseDetails ¶
type ResponseDetails struct {
Message string `json:"message,omitempty"`
}
ResponseDetails ...
Click to show internal directories.
Click to hide internal directories.