testserver

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactServer

type ArtifactServer struct {
	*HTTPServer
}

func NewTempArtifactServer

func NewTempArtifactServer() (*ArtifactServer, error)

func (*ArtifactServer) ArtifactFromFiles

func (s *ArtifactServer) ArtifactFromFiles(files []File) (string, error)

ArtifactFromFiles creates a tar.gz artifact from the given files and returns the file name of the artifact.

func (*ArtifactServer) URLForFile

func (s *ArtifactServer) URLForFile(file string) (string, error)

URLForFile returns the URL the given file can be reached at or an error if the server has not been started.

type File

type File struct {
	Name string
	Body string
}

type GitServer

type GitServer struct {
	// contains filtered or unexported fields
}

GitServer is a git server for testing purposes. It can serve git repositories over HTTP and SSH.

func NewGitServer

func NewGitServer(docroot string) *GitServer

NewGitServer returns a GitServer with the given repository docroot set.

func NewTempGitServer

func NewTempGitServer() (*GitServer, error)

NewTempGitServer returns a GitServer with a newly created temp dir as repository docroot.

func (*GitServer) AutoCreate

func (s *GitServer) AutoCreate() *GitServer

AutoCreate enables the automatic creation of a non-existing Git repository on push.

func (*GitServer) HTTPAddress

func (s *GitServer) HTTPAddress() string

HTTPAddress returns the address of the HTTP git server.

func (*GitServer) Root

func (s *GitServer) Root() string

Root returns the repositories root directory.

func (*GitServer) SSHAddress

func (s *GitServer) SSHAddress() string

SSHAddress returns the address of the SSH git server.

func (*GitServer) StartHTTP

func (s *GitServer) StartHTTP() error

StartHTTP starts a new HTTP git server with the current configuration.

func (*GitServer) StartSSH

func (s *GitServer) StartSSH() error

StartSSH starts a new SSH git server with the current configuration.

func (*GitServer) StopHTTP

func (s *GitServer) StopHTTP()

StopHTTP stops the HTTP git server.

func (*GitServer) StopSSH

func (s *GitServer) StopSSH() error

StopSSH stops the SSH git server.

type HTTPServer

type HTTPServer struct {
	// contains filtered or unexported fields
}

func NewHTTPServer

func NewHTTPServer(docroot string) *HTTPServer

func NewTempHTTPServer

func NewTempHTTPServer() (*HTTPServer, error)

func (*HTTPServer) Root

func (s *HTTPServer) Root() string

func (*HTTPServer) Start

func (s *HTTPServer) Start()

func (*HTTPServer) StartTLS

func (s *HTTPServer) StartTLS(cert, key, ca []byte) error

func (*HTTPServer) Stop

func (s *HTTPServer) Stop()

func (*HTTPServer) URL

func (s *HTTPServer) URL() string

func (*HTTPServer) WithMiddleware

func (s *HTTPServer) WithMiddleware(m func(handler http.Handler) http.Handler) *HTTPServer

type HelmServer

type HelmServer struct {
	*HTTPServer
}

func NewTempHelmServer

func NewTempHelmServer() (*HelmServer, error)

func (*HelmServer) GenerateIndex

func (s *HelmServer) GenerateIndex() error

func (*HelmServer) PackageChart

func (s *HelmServer) PackageChart(path string) error

func (*HelmServer) PackageChartWithVersion

func (s *HelmServer) PackageChartWithVersion(path, version string) error

Jump to

Keyboard shortcuts

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