Closes #57 Reviewed-on: phoenix/textsender-api#65 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
10 lines
152 B
Go
10 lines
152 B
Go
package app
|
|
|
|
import (
|
|
auxcfg "git.kundeng.us/phoenix/textsender-models/tx0/config/auxiliary"
|
|
)
|
|
|
|
type App struct {
|
|
TwilioConfig *auxcfg.TwilioConfig
|
|
}
|