summaryrefslogtreecommitdiffstats
path: root/modules/structs/repo_flags.go
blob: 5db714545c02840c207d21e52b286d16dfc56d5b (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2024 The Forgejo Authors c/o Codeberg e.V.. All rights reserved.
// SPDX-License-Identifier: MIT

package structs

// ReplaceFlagsOption options when replacing the flags of a repository
type ReplaceFlagsOption struct {
	Flags []string `json:"flags"`
}