Versions in this module Expand all Collapse all v0 v0.14.2 Feb 26, 2024 v0.14.1 Feb 25, 2024 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