callback

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(store *store.Store, opts ...Option) *v3.Callback

New builds a callback and stores it as a component when referenced.

Types

type Option

type Option func(*v3.Callback, *store.Store)

Option configures an OpenAPI callback object.

func Expression

func Expression(expr string, pathItem func(*store.Store) *v3.PathItem) Option

Expression adds a runtime expression to path item mapping to the callback. Pass a builder such as path.PathItem():

p := pathitem.New(...)
p.Operation(http.MethodPost, op.Options(...))
callback.Expression("{$url}", p.PathItem())

func Options

func Options(opts ...Option) Option

Options combines multiple options into one.

func Reference

func Reference(name string) Option

Reference sets a $ref to a named callback component in components/callbacks.

Jump to

Keyboard shortcuts

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