service_frame

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServer

func NewServer(service *Service, opts ServerOpts) *http.Server

Types

type ServerOpts

type ServerOpts struct {
	Port         int
	WriteTimeout time.Duration
	ReadTimeout  time.Duration
	IdleTimeout  time.Duration
	HandlerPath  string
}

func DefaultServerOpts

func DefaultServerOpts(port int, timeout time.Duration) ServerOpts

type Service

type Service struct {
	Name    string
	Version string
	Schema  string
	// contains filtered or unexported fields
}

func NewService

func NewService(name, version string) Service

func (*Service) Handler

func (s *Service) Handler() http.Handler

func (*Service) Init

func (s *Service) Init(schema string, resolver any) (err error)

Directories

Path Synopsis
component

Jump to

Keyboard shortcuts

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