🚀
Semaphore
  • Introduction
  • Getting started
    • Go API
    • CLI
    • Docker
    • Examples
  • Cookbook
    • Flows
      • References
      • Error handling
      • Conditional logic
      • Proxy forward
    • Schemas
      • Protobuffers
    • Transport
      • HTTP
      • Go micro
      • GraphQL
    • DevOps
  • Contributing
Powered by GitBook
On this page
  1. Cookbook

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)),
)

PreviousProxy forwardNextProtobuffers

Last updated 4 years ago