templates

package
v0.0.0-...-c8e7285 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package templates is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockTemplating

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

MockTemplating is a mock of Templating interface.

func NewMockTemplating

func NewMockTemplating(ctrl *gomock.Controller) *MockTemplating

NewMockTemplating creates a new mock instance.

func (*MockTemplating) EXPECT

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

func (*MockTemplating) GenerateInitialProjectContent

func (m *MockTemplating) GenerateInitialProjectContent(ctx context.Context, project entity.Project, user entity.User) error

GenerateInitialProjectContent mocks base method.

type MockTemplatingMockRecorder

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

MockTemplatingMockRecorder is the mock recorder for MockTemplating.

func (*MockTemplatingMockRecorder) GenerateInitialProjectContent

func (mr *MockTemplatingMockRecorder) GenerateInitialProjectContent(ctx, project, user interface{}) *gomock.Call

GenerateInitialProjectContent indicates an expected call of GenerateInitialProjectContent.

type Templating

type Templating interface {
	GenerateInitialProjectContent(ctx context.Context, project entity.Project, user entity.User) error
}

func NewTemplating

func NewTemplating(
	cfg config.Config,
	logger logging.Logger,
	k8sClient k8s.Client,
) Templating

Jump to

Keyboard shortcuts

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