application

package
v0.0.0-...-34f079f Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	FetchByID(context.Context, string) (*domain.Application, error)
	FindByInternalID(context.Context, int) (*domain.Application, error)
	ListAll(context.Context) ([]domain.Application, error)
}

type ReaderWriter

type ReaderWriter interface {
	Reader
	Writer
}

type Writer

type Writer interface {
	Save(context.Context, *domain.Application) error
	SaveFilters(context.Context, *domain.Application) error
	Update(context.Context, *domain.Application) error
	SaveIFactsClassifications(context.Context, string, []domain.Classification) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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