mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 12:39:15 +01:00
chore: implement instance metadata import
This commit is contained in:
parent
5f9b611921
commit
95cff10def
13 changed files with 173 additions and 20 deletions
|
|
@ -125,6 +125,10 @@ func (i ImageContentMap) String() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
func (i ImageContentMap) Map() map[string]File {
|
||||
return i
|
||||
}
|
||||
|
||||
type NoteAttachmentContentMap ContentMap[File]
|
||||
|
||||
var ErrContentMapEntryNotRemote = errors.New("content map entry not remote")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue