package
Version:
v1.31.1
Opens a new window with list of versions in this module.
Published: Jul 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Id string `json:"id"`
DisplayName string `json:"displayName"`
}
type Service interface {
Get() (*Data, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.