This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
zhouyuhuan
/
Cloudpods
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
daf141c72c
Ramos
Etiquetas
feature/cloudpods
main
Cloudpods
/
backend
/
vendor
/
github.com
/
libvirt
/
libvirt-go-xml
/
document.go
document.go
104 B
Histórico
Em bruto
1
2
3
4
5
6
package libvirtxml
type Document interface {
Unmarshal(doc string) error
Marshal() (string, error)
}