startup

package module
v2.10.23 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2026 License: MIT Imports: 13 Imported by: 1

README

Build Status

startup

Yet another library to help writing services.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustParseCommandLine

func MustParseCommandLine(ctx context.Context, opts any)

func MustParseCommandLineWithOptions

func MustParseCommandLineWithOptions(ctx context.Context, opts any, options flags.Options)

func ParseCommandLine

func ParseCommandLine(ctx context.Context, opts any) error

func ParseCommandLineWithOptions

func ParseCommandLineWithOptions(ctx context.Context, opts any, options flags.Options) error

ParseCommandLineWithOptions Parses command line.

Types

type URL

type URL struct {
	*url.URL
}

func (*URL) MarshalFlag

func (flag *URL) MarshalFlag() (string, error)

func (*URL) UnmarshalFlag

func (flag *URL) UnmarshalFlag(value string) error

Directories

Path Synopsis
lib
actor
Package actor carries the typed principal that caused a request or an event.
Package actor carries the typed principal that caused a request or an event.
api
auth
Package auth obtains service-to-service access tokens from Keycloak using the OAuth2 client_credentials grant.
Package auth obtains service-to-service access tokens from Keycloak using the OAuth2 client_credentials grant.
boff
Package boff holds the block-based rendering machinery used by backoffice pages.
Package boff holds the block-based rendering machinery used by backoffice pages.
fs
jwt
pg
ql
set
tls
Package tls provides goroutine-local storage (thread-local storage).
Package tls provides goroutine-local storage (thread-local storage).
tz
tint
Package tint implements a zero-dependency slog.Handler that writes tinted (colorized) logs.
Package tint implements a zero-dependency slog.Handler that writes tinted (colorized) logs.
testcmd command

Jump to

Keyboard shortcuts

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