sdk

package
v0.0.0-...-82c832e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type All

type All mg.Namespace

func (All) Bump

func (t All) Bump(ctx context.Context, engineVersion string) error

Bump SDKs to a specific Engine version

func (All) Generate

func (t All) Generate(ctx context.Context) error

Generate re-generates all SDK APIs

func (All) Lint

func (t All) Lint(ctx context.Context) error

Lint runs all SDK linters

func (All) Publish

func (t All) Publish(ctx context.Context, version string) error

Publish publishes all SDK APIs

func (All) Test

func (t All) Test(ctx context.Context) error

Test runs all SDK tests

type Elixir

type Elixir mg.Namespace

func (Elixir) Bump

func (Elixir) Bump(ctx context.Context, engineVersion string) error

Bump the Elixir SDK's Engine dependency

func (Elixir) Generate

func (Elixir) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (Elixir) Lint

func (Elixir) Lint(ctx context.Context) error

Lint lints the Elixir SDK

func (Elixir) Publish

func (Elixir) Publish(ctx context.Context, tag string) error

Publish publishes the Elixir SDK

func (Elixir) Test

func (Elixir) Test(ctx context.Context) error

Test tests the Elixir SDK

type Go

type Go mg.Namespace

func (Go) Bump

func (t Go) Bump(ctx context.Context, version string) error

Bump the Go SDK's Engine dependency

func (Go) Generate

func (t Go) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (Go) Lint

func (t Go) Lint(ctx context.Context) error

Lint lints the Go SDK

func (Go) Publish

func (t Go) Publish(ctx context.Context, tag string) error

Publish publishes the Go SDK

func (Go) Test

func (t Go) Test(ctx context.Context) error

Test tests the Go SDK

type Java

type Java mg.Namespace

func (Java) Bump

func (Java) Bump(ctx context.Context, engineVersion string) error

Bump the Java SDK's Engine dependency

func (Java) Generate

func (Java) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (Java) Lint

func (Java) Lint(ctx context.Context) error

Lint lints the Java SDK

func (Java) Publish

func (Java) Publish(ctx context.Context, tag string) error

Publish publishes the Java SDK

func (Java) Test

func (Java) Test(ctx context.Context) error

Test tests the Java SDK

type PHP

type PHP mg.Namespace

func (PHP) Bump

func (PHP) Bump(ctx context.Context, version string) error

Bump the PHP SDK's Engine dependency

func (PHP) Generate

func (t PHP) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (PHP) Lint

func (PHP) Lint(ctx context.Context) error

Lint lints the PHP SDK

func (PHP) Publish

func (t PHP) Publish(ctx context.Context, tag string) error

Publish publishes the PHP SDK

func (PHP) Test

func (PHP) Test(ctx context.Context) error

Test tests the PHP SDK

type Python

type Python mg.Namespace

func (Python) Bump

func (t Python) Bump(ctx context.Context, version string) error

Bump the Python SDK's Engine dependency

func (Python) Generate

func (t Python) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (Python) Lint

func (t Python) Lint(ctx context.Context) error

Lint lints the Python SDK

func (Python) Publish

func (t Python) Publish(ctx context.Context, tag string) error

Publish publishes the Python SDK

func (Python) Test

func (t Python) Test(ctx context.Context) error

Test tests the Python SDK

type Rust

type Rust mg.Namespace

func (Rust) Bump

func (Rust) Bump(ctx context.Context, engineVersion string) error

Bump the Rust SDK's Engine dependency

func (Rust) Generate

func (r Rust) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (Rust) Lint

func (r Rust) Lint(ctx context.Context) error

Lint lints the Rust SDK

func (Rust) Publish

func (r Rust) Publish(ctx context.Context, tag string) error

Publish publishes the Rust SDK

func (Rust) Test

func (r Rust) Test(ctx context.Context) error

Test tests the Rust SDK

type SDK

type SDK interface {
	Lint(ctx context.Context) error
	Test(ctx context.Context) error
	Generate(ctx context.Context) error
	Publish(ctx context.Context, tag string) error
	Bump(ctx context.Context, engineVersion string) error
}

type TypeScript

type TypeScript mg.Namespace

func (TypeScript) Bump

func (t TypeScript) Bump(ctx context.Context, version string) error

Bump the TypeScript SDK's Engine dependency

func (TypeScript) Generate

func (t TypeScript) Generate(ctx context.Context) error

Generate re-generates the SDK API

func (TypeScript) Lint

func (t TypeScript) Lint(ctx context.Context) error

Lint lints the TypeScript SDK

func (TypeScript) Publish

func (t TypeScript) Publish(ctx context.Context, tag string) error

Publish publishes the TypeScript SDK

func (TypeScript) Test

func (t TypeScript) Test(ctx context.Context) error

Test tests the TypeScript SDK

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL