summaryrefslogtreecommitdiffstats
path: root/pkg/commands/models/submodule_config.go
blob: c6481bbd17edae8414ef469eaa83f8c1f7b75bdd (plain)
1
2
3
4
5
6
7
package models

type SubmoduleConfig struct {
	Name string
	Path string
	Url  string
}