x

package module
v0.0.718 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

README

ory/x

GoDoc reference tests Coverage Status Go Report Card

Shared libraries used in the ORY ecosystem. Use at your own risk. Breaking changes should be anticipated.

Run tests under Wine

Install Wine and then for a given package e.g. ./jsonnetsecure:

# Need to compile the jsonnet program for Windows since it is required by some tests.
$ GOOS=windows GOARCH=amd64 go build -o ./jsonnet.exe github.com/ory/x/jsonnetsecure/cmd
$ GOOS=windows GOARCH=amd64 go test -c ./jsonnetsecure
$ ORY_JSONNET_PATH=$PWD/jsonnet.exe WINEDEBUG=-all wine  $PWD/jsonnetsecure.test.exe

Note: Wine only emulates Windows amd64 so it requires Rosetta on aarch64 macOS.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package healthx providers helpers for returning health status information via HTTP.
Package healthx providers helpers for returning health status information via HTTP.
cmd
Package openapi contains definitions commonly used in Ory's APIs such as pagination, JSON patches, and more.
Package openapi contains definitions commonly used in Ory's APIs such as pagination, JSON patches, and more.
semconv
Package semconv contains OpenTelemetry semantic convention constants.
Package semconv contains OpenTelemetry semantic convention constants.
sql
Package pagination provides helpers for dealing with pagination.
Package pagination provides helpers for dealing with pagination.
Package resilience provides helpers for dealing with resilience.
Package resilience provides helpers for dealing with resilience.
Package sqlcon provides helpers for dealing with SQL connectivity.
Package sqlcon provides helpers for dealing with SQL connectivity.
Package testingx contains helper functions and extensions used when writing tests in Ory.
Package testingx contains helper functions and extensions used when writing tests in Ory.
tools

Jump to

Keyboard shortcuts

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