Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FBTemplate ¶
func FBTemplate() string
Types ¶
type FakeUser ¶
type FakeUser struct {
Fullname string
Number string
Position string
Email string
ReportsTo string
}
func GenFakeUser ¶
func GenFakeUser() FakeUser
func GenFakeUserList ¶
func GenFakeUserList() []FakeUser
type UserReport ¶
type UserReport struct {
Fullname string
Number string
Position string
Email string
ReportsTo string
Status string
}
func GenFakeReportList ¶
func GenFakeReportList(n int) []UserReport
Click to show internal directories.
Click to hide internal directories.