fpbun

package module
v0.0.0-...-9a20cc5 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PassthroughNameConverter

func PassthroughNameConverter(name string) string

Types

type NameConverter

type NameConverter interface {
	Convert(name string) string
}

type NameConverterFunc

type NameConverterFunc func(string) string

func (NameConverterFunc) Convert

func (nc NameConverterFunc) Convert(name string) string

type Parser

type Parser interface {
	AppendTo(sq *bun.SelectQuery, data *filterparams.QueryData) *bun.SelectQuery
}

func NewParser

func NewParser(nameConverter NameConverter) Parser

Jump to

Keyboard shortcuts

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