1
0
Fork 0
go-asink/api.go

7 lines
108 B
Go
Raw Normal View History

package asink
type APIResponse struct {
Status string //may be 'error' or 'success'
Explanation string
}