Booking trace API

This commit is contained in:
mr
2024-08-21 15:22:13 +02:00
parent c14e067449
commit 4db037afd0
3 changed files with 10 additions and 2 deletions

View File

@@ -45,6 +45,10 @@ const (
BOOKING = utils.BOOKING
)
func (d LibDataEnum) API() string {
return utils.DefaultAPI[d]
}
func (d LibDataEnum) String() string {
return utils.Str[d]
}