mice

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 6 Imported by: 0

README

mice

PkgGoDev

Opinionated microservice framework designed for deployment on Kubernetes.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// Apply applies one or more options to the service's configuration
	Apply(opts ...options.Option)

	Server() server.Server
	Client() client.Client

	Start() error
}

Service represents a service that can receive and send requests

func NewService

func NewService(opts ...options.Option) Service

NewService instantiates a new service and initializes it with options

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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