distribution/registry/auth/token
Derek McGowan fd17443988 Update token header struct to use json.RawMessage pointer
Since RawMessage json receivers take a pointer type, the Header structure should use points in order to call the json.RawMessage marshal and unmarshal functions

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-01-25 20:11:41 -08:00
..
accesscontroller.go auth.AccessController interface now uses distribution/context 2015-07-23 19:48:47 -07:00
stringset.go
token.go Update token header struct to use json.RawMessage pointer 2016-01-25 20:11:41 -08:00
token_test.go Update token header struct to use json.RawMessage pointer 2016-01-25 20:11:41 -08:00
util.go