MCPcopy Create free account
hub / github.com/ez4o/github-contribution-graph / Image

Struct Image

src/server/model/image.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package model
2
3type Image struct {
4 Base64String string
5 MimeType string
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected