aci

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthType

type AuthType int
const (
	AuthNone AuthType = iota
	AuthBasic
	AuthOauth
)

type Server

type Server struct {
	Msg  <-chan string
	Conf string
	URL  string
	// contains filtered or unexported fields
}

func NewServer

func NewServer(serverType ServerType, auth AuthType, msgCapacity int) *Server

func (*Server) Close

func (s *Server) Close()

func (*Server) UpdateFileSet

func (s *Server) UpdateFileSet(fileSet map[string]string)

type ServerType

type ServerType int
const (
	ServerOrdinary ServerType = iota
	ServerQuay
)

Jump to

Keyboard shortcuts

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