2024-02-09 17:52:05 +07:00

8 lines
117 B
Go

package smsgateway
import "errors"
type ProcessState string
var ErrConflictFields = errors.New("conflict fields")