Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01: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
Host string
Port string
Source string
UnvalidatedInput string
Validate() []string
}