Documentation
¶
Index ¶
- Variables
- func CreateOpenAPIFile(ctx context.Context, filePath string) (map[string]any, error)
- func GetNullifyToken(ctx context.Context, nullifyHost string, authSources *models.AuthSources) (string, error)
- func ParseAuthConfig(ctx context.Context, configPath string) (*models.AuthConfig, error)
- func ParseAuthHeaders(ctx context.Context, authHeaders []string) (map[string]string, error)
- func SanitizeNullifyHost(nullifyHost string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoToken = errors.New("no token detected")
Functions ¶
func CreateOpenAPIFile ¶
func GetNullifyToken ¶ added in v0.2.0
func ParseAuthConfig ¶ added in v0.11.0
ParseAuthConfig reads and parses an authentication configuration file
func ParseAuthHeaders ¶
func SanitizeNullifyHost ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.