etag

package
v0.0.0-...-32210ed Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers a new etag plugin for fiber.

Types

type ETag

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

ETag represents a new etag plugin for fiber.

func NewETagWithConfigPath

func NewETagWithConfigPath(path string) (*ETag, error)

NewETagWithConfigPath returns a new etag plugin with options from config path.

func NewETagWithOptions

func NewETagWithOptions(options *Options) *ETag

NewETagWithOptions returns a new etag plugin with options.

func (*ETag) Register

func (d *ETag) Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers this etag plugin for fiber.

type Options

type Options struct {
	Enabled bool
}

Options etag plugin for fiber options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

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