Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaID = "v1:config:applications:web:keyuseractions"
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(credentials *settings.Credentials) settings.CRUDService[*keyuseractions.Settings]
Types ¶
type KeyUserAction ¶
type KeyUserActionCreateResponse ¶
type KeyUserActionCreateResponse struct {
ID string `json:"id"`
}
type KeyUserActionsList ¶
type KeyUserActionsList struct {
Values []KeyUserAction `json:"keyUserActionList"`
}
type QueryForWebAppIDResponse ¶
type QueryForWebAppIDResponse struct { Entities []struct { EntityID string `json:"entityId"` } `json:"entities"` }
Click to show internal directories.
Click to hide internal directories.