Versions in this module Expand all Collapse all v0 v0.13.0 Apr 19, 2023 Changes in this version + type Message struct + Recepient string + Source string + Text string + Timeout int + type Request struct + Messages []Message + type Response struct + Error *ResponseError + Success bool + func (r *Response) Err() error + type ResponseError struct + Code int + Description string + func (re *ResponseError) Error() string + type SMSProfi struct + func NewSMSProfiProvider(source string, key string, messageTMPL string) *SMSProfi + func (p *SMSProfi) SendVerificationCode(phone, code string) error