configuration

package
v0.0.0-...-370919f Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package configuration is a generated GoMock package.

Package configuration is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration interface {
	GetConfigurationHandler(w http.ResponseWriter, r *http.Request)
	GetLatestVersionHandler(w http.ResponseWriter, r *http.Request)
	CreateNewVersionHandler(w http.ResponseWriter, r *http.Request)
	GetConfigurationVersionsHandler(w http.ResponseWriter, r *http.Request)
	GetDifferenceFromParentVersionHandler(w http.ResponseWriter, r *http.Request)
}

func New

func New(init interface{}) Configuration

type MockProcessor

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

MockProcessor is a mock of Processor interface

func NewMockProcessor

func NewMockProcessor(ctrl *gomock.Controller) *MockProcessor

NewMockProcessor creates a new mock instance

func (*MockProcessor) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockProcessorMockRecorder

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

MockProcessorMockRecorder is the mock recorder for MockProcessor

type MockRepository

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

MockRepository is a mock of Repository interface

func NewMockRepository

func NewMockRepository(ctrl *gomock.Controller) *MockRepository

NewMockRepository creates a new mock instance

func (*MockRepository) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockRepositoryMockRecorder

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

MockRepositoryMockRecorder is the mock recorder for MockRepository

type Processor

type Processor interface {
	// contains filtered or unexported methods
}

type Repository

type Repository interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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