mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
add some more todos
This commit is contained in:
parent
5c998a5c46
commit
fbff67f11a
|
@ -6,6 +6,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// TODO: Name ActorId ?
|
||||
type ActorData struct {
|
||||
schema string
|
||||
userId string
|
||||
|
@ -14,6 +15,7 @@ type ActorData struct {
|
|||
port string // optional
|
||||
}
|
||||
|
||||
// TODO: Align validation-api to example from dda-devops-build
|
||||
func (a ActorData) ValidateActorData() error {
|
||||
|
||||
if a.schema == "" || a.host == "" {
|
||||
|
|
Loading…
Reference in a new issue