MCPcopy Create free account
hub / github.com/chrislusf/glow / Post

Struct Post

examples/stack_analysis/stack_analysis.go:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type Post struct {
46 PostTypeId int
47 CreationDate time.Time
48 Tags []string
49}
50
51var (
52 f = flow.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected