package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Sep 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Claims struct {
Sub string `json:"sub,omitempty"`
RealmAccess map[string][]string `json:"realm_access,omitempty"`
}
type FlowApiService interface {
GetFlowData(id string, userId string, authorization string) (flows_api.Flow, error)
}
type Response struct {
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.