notesrepo

package
v0.0.0-...-1eff689 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CNRepository

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

func NewConcreteNotesRepository

func NewConcreteNotesRepository(
	stemcellsLegacyIndexDir string,
	stemcellsIndexDirs []string,
	fs boshsys.FileSystem,
	logger boshlog.Logger,
) CNRepository

func (CNRepository) Find

func (r CNRepository) Find(version string) (NoteRec, bool, error)

type NoteRec

type NoteRec struct {
	Content string
}

type NotesRepository

type NotesRepository interface {
	Find(version string) (NoteRec, bool, error)
}

Jump to

Keyboard shortcuts

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