forked from mirror/gin
remove a unused type SecureJSONPrefix (#2391)
This commit is contained in:
parent
2773ce6e60
commit
9221381443
|
@ -41,9 +41,6 @@ type AsciiJSON struct {
|
||||||
Data interface{}
|
Data interface{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// SecureJSONPrefix is a string which represents SecureJSON prefix.
|
|
||||||
type SecureJSONPrefix string
|
|
||||||
|
|
||||||
// PureJSON contains the given interface object.
|
// PureJSON contains the given interface object.
|
||||||
type PureJSON struct {
|
type PureJSON struct {
|
||||||
Data interface{}
|
Data interface{}
|
||||||
|
|
Loading…
Reference in New Issue