Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaCreateCommand ¶
SchemaCreateCommand is a struct for schema create command
func NewSchemaCreateCommand ¶
func NewSchemaCreateCommand(subject string, schemaPath string, schemaType string, environment string, apiKey string, apiSecret string) SchemaCreateCommand
NewSchemaCreateCommand is a factory method for schema create command
type SchemaDeleteCommand ¶
SchemaDeleteCommand is a struct for schema delete command
func NewSchemaDeleteCommand ¶
func NewSchemaDeleteCommand(subject string, version string, permanent bool, environment string, apiKey string, apiSecret string) SchemaDeleteCommand
NewSchemaDeleteCommand is a factory method for schema delete command
type SchemaDescribeCommand ¶
SchemaDescribeCommand is a struct for schema describe command
func NewSchemaDescribeCommand ¶
func NewSchemaDescribeCommand(subject string, version string, environment string, apiKey string, apiSecret string) SchemaDescribeCommand
NewSchemaDescribeCommand is a factory method for schema describe command
type SchemaSubjectUpdateCommand ¶
SchemaSubjectUpdateCommand is a struct for schema create command
func NewSchemaSubjectUpdateCommand ¶
func NewSchemaSubjectUpdateCommand(subject string, compatibility string, environment string, apiKey string, apiSecret string) SchemaSubjectUpdateCommand
NewSchemaSubjectUpdateCommand is a factory method for schema create command
Click to show internal directories.
Click to hide internal directories.