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