summaryrefslogtreecommitdiff
path: root/pkg/dto/response_type.go
blob: adb44dd54c4308689c7a116e327cb342e72cfca8 (plain)
1
2
3
4
5
6
7
8
package dto

type ResponseType int

const (
	Code ResponseType = iota
	Token
)