capability

package module
v4.0.0-beta.3 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncFeature

type AsyncFeature struct{}

func (*AsyncFeature) Async

func (*AsyncFeature) Async() bool

type Asyncable

type Asyncable interface {
	Async() bool
}

type Countable

type Countable interface {
	Count() int
}

type Htmlable

type Htmlable interface {
	Html() string
}

type Jsonable

type Jsonable interface {
	Json() string
}

type Nameable

type Nameable interface {
	Name() string
}

type Renderable

type Renderable interface {
	Render() string
}

type Retriable

type Retriable interface {
	Retries() int
}

type Server

type Server interface {
	Start(context.Context) error
	Stop(context.Context) error
}

Server is alias for github.com/go-kratos/kratos/v3/transport.Server

type Stringable

type Stringable interface {
	String() string
}

Jump to

Keyboard shortcuts

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