1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00

ActorID gets source type from NodeInfo

This commit is contained in:
Michael Jerger 2024-02-12 10:55:00 +01:00
parent 181d743a8a
commit d65cd5a17a

View file

@ -44,6 +44,7 @@ classDiagram
Path string Path string
Host string Host string
Port string Port string
Source string
UnvalidatedInput string UnvalidatedInput string
Validate() []string Validate() []string
} }