...
This commit is contained in:
@@ -13,13 +13,17 @@ const default = true
|
||||
pub struct ERPNext {
|
||||
pub mut:
|
||||
name string = 'default'
|
||||
homedir string
|
||||
configpath string
|
||||
username string
|
||||
password string @[secret]
|
||||
title string
|
||||
host string
|
||||
port int
|
||||
example []ERPNextExample
|
||||
}
|
||||
|
||||
pub struct ERPNextExample {
|
||||
pub mut:
|
||||
field1 string
|
||||
field2 int
|
||||
}
|
||||
|
||||
// your checking & initialization code if needed
|
||||
|
||||
Reference in New Issue
Block a user