Documentation
¶
Index ¶
- type RepoImplTpl
- func (p *RepoImplTpl) GetBaseDir() string
- func (p *RepoImplTpl) GetData() interface{}
- func (p *RepoImplTpl) GetFileName() string
- func (p *RepoImplTpl) GetPath() string
- func (p *RepoImplTpl) GetTemplate() string
- func (p *RepoImplTpl) ParseData(file string)
- func (p *RepoImplTpl) SetBaseDir(dir string)
- type RepoModelTpl
- func (p *RepoModelTpl) GetBaseDir() string
- func (p *RepoModelTpl) GetData() interface{}
- func (p *RepoModelTpl) GetFileName() string
- func (p *RepoModelTpl) GetPath() string
- func (p *RepoModelTpl) GetTemplate() string
- func (p *RepoModelTpl) ParseData(file string)
- func (p *RepoModelTpl) SetBaseDir(dir string)
- type RepoTestTpl
- func (p *RepoTestTpl) GetBaseDir() string
- func (p *RepoTestTpl) GetData() interface{}
- func (p *RepoTestTpl) GetFileName() string
- func (p *RepoTestTpl) GetPath() string
- func (p *RepoTestTpl) GetTemplate() string
- func (p *RepoTestTpl) ParseData(file string)
- func (p *RepoTestTpl) SetBaseDir(dir string)
- type RepoTpl
- type TestDataTpl
- func (p *TestDataTpl) GetBaseDir() string
- func (p *TestDataTpl) GetData() interface{}
- func (p *TestDataTpl) GetFileName() string
- func (p *TestDataTpl) GetPath() string
- func (p *TestDataTpl) GetTemplate() string
- func (p *TestDataTpl) ParseData(file string)
- func (p *TestDataTpl) SetBaseDir(dir string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoImplTpl ¶
func (*RepoImplTpl) GetBaseDir ¶
func (p *RepoImplTpl) GetBaseDir() string
func (*RepoImplTpl) GetData ¶
func (p *RepoImplTpl) GetData() interface{}
func (*RepoImplTpl) GetFileName ¶
func (p *RepoImplTpl) GetFileName() string
func (*RepoImplTpl) GetPath ¶
func (p *RepoImplTpl) GetPath() string
func (*RepoImplTpl) GetTemplate ¶
func (p *RepoImplTpl) GetTemplate() string
func (*RepoImplTpl) ParseData ¶
func (p *RepoImplTpl) ParseData(file string)
func (*RepoImplTpl) SetBaseDir ¶
func (p *RepoImplTpl) SetBaseDir(dir string)
type RepoModelTpl ¶
func (*RepoModelTpl) GetBaseDir ¶
func (p *RepoModelTpl) GetBaseDir() string
func (*RepoModelTpl) GetData ¶
func (p *RepoModelTpl) GetData() interface{}
func (*RepoModelTpl) GetFileName ¶
func (p *RepoModelTpl) GetFileName() string
func (*RepoModelTpl) GetPath ¶
func (p *RepoModelTpl) GetPath() string
func (*RepoModelTpl) GetTemplate ¶
func (p *RepoModelTpl) GetTemplate() string
func (*RepoModelTpl) ParseData ¶
func (p *RepoModelTpl) ParseData(file string)
func (*RepoModelTpl) SetBaseDir ¶
func (p *RepoModelTpl) SetBaseDir(dir string)
type RepoTestTpl ¶
func (*RepoTestTpl) GetBaseDir ¶
func (p *RepoTestTpl) GetBaseDir() string
func (*RepoTestTpl) GetData ¶
func (p *RepoTestTpl) GetData() interface{}
func (*RepoTestTpl) GetFileName ¶
func (p *RepoTestTpl) GetFileName() string
func (*RepoTestTpl) GetPath ¶
func (p *RepoTestTpl) GetPath() string
func (*RepoTestTpl) GetTemplate ¶
func (p *RepoTestTpl) GetTemplate() string
func (*RepoTestTpl) ParseData ¶
func (p *RepoTestTpl) ParseData(file string)
func (*RepoTestTpl) SetBaseDir ¶
func (p *RepoTestTpl) SetBaseDir(dir string)
type RepoTpl ¶
func (*RepoTpl) GetBaseDir ¶
func (*RepoTpl) GetFileName ¶
func (*RepoTpl) GetTemplate ¶
func (*RepoTpl) SetBaseDir ¶
type TestDataTpl ¶
func (*TestDataTpl) GetBaseDir ¶
func (p *TestDataTpl) GetBaseDir() string
func (*TestDataTpl) GetData ¶
func (p *TestDataTpl) GetData() interface{}
func (*TestDataTpl) GetFileName ¶
func (p *TestDataTpl) GetFileName() string
func (*TestDataTpl) GetPath ¶
func (p *TestDataTpl) GetPath() string
func (*TestDataTpl) GetTemplate ¶
func (p *TestDataTpl) GetTemplate() string
func (*TestDataTpl) ParseData ¶
func (p *TestDataTpl) ParseData(file string)
func (*TestDataTpl) SetBaseDir ¶
func (p *TestDataTpl) SetBaseDir(dir string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.