core/links.go

Summary

Maintainability
A
0 mins
Test Coverage
package core

// Links represents the links available for a Moltin entity
type Links struct {
    Self string `json:"self"`
}