chronograf/models/token.go

9 lines
230 B
Go

package models
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
// Token a stringified JWT token.
// swagger:model Token
type Token interface{}