Reviewed-on: #13 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
10 lines
148 B
Go
10 lines
148 B
Go
package models
|
|
|
|
import (
|
|
cnfg "git.kundeng.us/phoenix/textsender-models/pkg/config"
|
|
)
|
|
|
|
func Init() cnfg.TwiloConfig {
|
|
return cnfg.TwiloConfig{}
|
|
}
|