svc

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(opts ...Option) decorators.DecoratedService

NewService returns a service implementation for Service.

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func CS3Source

func CS3Source(val imgsource.Source) Option

CS3Source provides a function to set the CS3Source option

func Config

func Config(val *config.Config) Option

Config provides a function to set the config option.

func GatewaySelector

func GatewaySelector(val pool.Selectable[gateway.GatewayAPIClient]) Option

GatewaySelector adds a grpc client selector for the gateway service

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func ThumbnailSource

func ThumbnailSource(val imgsource.Source) Option

ThumbnailSource provides a function to set the image source option.

func ThumbnailStorage

func ThumbnailStorage(val storage.Storage) Option

ThumbnailStorage provides a function to set the thumbnail storage option.

type Options

type Options struct {
	Logger           log.Logger
	Config           *config.Config
	Middleware       []func(http.Handler) http.Handler
	ThumbnailStorage storage.Storage
	ImageSource      imgsource.Source
	CS3Source        imgsource.Source
	GatewaySelector  pool.Selectable[gateway.GatewayAPIClient]
}

Options defines the available options for this package.

type PreprocessorOpts

type PreprocessorOpts struct {
	TxtFontFileMap string
}

PreprocessorOpts holds the options for the preprocessor

type Thumbnail

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

Thumbnail implements the GRPC handler.

func (Thumbnail) GetThumbnail

GetThumbnail retrieves a thumbnail for an image

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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