svc

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Name  string   `yml:"name,omitempty" json:"name,omitempty"`
	Type  Type     `yml:"type,omitempty" json:"type,omitempty"` // 服务类型
	Addrs []string `yml:"addrs,omitempty" json:"addrs,omitempty"`
}

Config 配置

type Type

type Type string

Type 服务类型

const (
	TypeGin Type = "gin"
)

常量

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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