codeclimate/test-reporter

View on GitHub
upload/json_wrapper.go

Summary

Maintainability
A
0 mins
Test Coverage
package upload

type JSONWraper struct {
    Data interface{} `json:"data"`
    Meta interface{} `json:"meta"`
}