Files
schedtxt_api/internal/app/app.go
T
2026-01-01 00:59:14 +00:00

10 lines
152 B
Go

package app
import (
auxcfg "git.kundeng.us/phoenix/textsender-models/tx0/config/auxiliary"
)
type App struct {
TwilioConfig *auxcfg.TwilioConfig
}