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