Schemas

Different schema types are supported. Multiple schema types could be used at once.

Introduction

Schemas define the type definitions of properties. Schemas supporting services could also define the service and method definitions.

Multiple schema providers could be included inside a single Semaphore instance.

client, err := maestro.New(
		maestro.WithSchema(proto.SchemaResolver(path)),
)

Last updated