Documentation
¶
Index ¶
- func MediaTypeByExtension(extension string) string
- func MediaTypeByURL(url *url.URL) string
- func ParseMediaType(value string) string
- type Asset
- type Embed
- type Flags
- type Graph
- func (g *Graph) Add(asset Asset) bool
- func (g *Graph) Assets() []Asset
- func (g *Graph) Delete(asset Asset) bool
- func (g *Graph) Has(asset Asset) bool
- func (g *Graph) Incoming(asset Asset) (map[Relation]Asset, bool)
- func (g *Graph) Indegree(asset Asset) (int, bool)
- func (g *Graph) Leaves() []Asset
- func (g *Graph) Lookup(query Query) (Asset, bool)
- func (g *Graph) Merge(target Asset, source Asset) bool
- func (g *Graph) Outdegree(asset Asset) (int, bool)
- func (g *Graph) Outgoing(asset Asset) (map[Relation]Asset, bool)
- func (g *Graph) Relate(from Asset, to Asset, relation Relation) bool
- func (g *Graph) Relation(from Asset, to Asset) (Relation, bool)
- func (g *Graph) Roots() []Asset
- func (g *Graph) Size() int
- type Query
- type Reference
- type Relation
- type RelationVisitor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediaTypeByExtension ¶
func MediaTypeByURL ¶
func ParseMediaType ¶
Types ¶
type Query ¶
func ByMediaType ¶
type Relation ¶
type Relation interface {
VisitRelation(RelationVisitor)
}
type RelationVisitor ¶
Click to show internal directories.
Click to hide internal directories.