design

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package design contains the goa design definitions for the LFX access check service.

Package design contains the goa design definitions for the LFX access check service.

Index

Constants

This section is empty.

Variables

View Source
var AccessErrorResult = Type("AccessErrorResult", func() {
	Description("Standard error response for access check service")
	Attribute("message", String, "Error message", func() {
		Example("Invalid request format")
	})
	Attribute("code", String, "Error code", func() {
		Example("INVALID_REQUEST")
	})
	Required("message")
})

AccessErrorResult defines the error response structure for access check operations.

View Source
var JWTAuth = JWTSecurity("jwt", func() {
	Description("Heimdall authorization")
})

JWTAuth defines the JWT authentication security scheme for the service.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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