mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
8 lines
117 B
Go
8 lines
117 B
Go
package smsgateway
|
|
|
|
import "errors"
|
|
|
|
type ProcessState string
|
|
|
|
var ErrConflictFields = errors.New("conflict fields")
|