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