Documentation ¶
Index ¶
- Variables
- func NewTTestUsers() tTestUsers
- type TestReferences
- type TestRestClient
- func (c *TestRestClient) Del(path string, result interface{}) error
- func (c *TestRestClient) DelAsUser(sessionId string, path string, result interface{}) error
- func (c *TestRestClient) Get(path string, result interface{}) error
- func (c *TestRestClient) GetAsUser(sessionId string, path string, result interface{}) error
- func (c *TestRestClient) Head(path string, result interface{}) error
- func (c *TestRestClient) HeadAsUser(sessionId string, path string, result interface{}) error
- func (c *TestRestClient) Post(path string, params interface{}, result interface{}) error
- func (c *TestRestClient) PostAsUser(sessionId string, path string, params interface{}, result interface{}) error
- func (c *TestRestClient) Put(path string, params interface{}, result interface{}) error
- func (c *TestRestClient) PutAsUser(sessionId string, path string, params interface{}, result interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var TestUsers tTestUsers = NewTTestUsers()
Functions ¶
func NewTTestUsers ¶
func NewTTestUsers() tTestUsers
Types ¶
type TestReferences ¶
type TestReferences struct { *bref.ManagedReferences // contains filtered or unexported fields }
func NewTestReferences ¶
func NewTestReferences() *TestReferences
func (*TestReferences) Append ¶
func (c *TestReferences) Append(descriptor *cref.Descriptor)
type TestRestClient ¶
type TestRestClient struct {
// contains filtered or unexported fields
}
func NewTestRestClient ¶
func NewTestRestClient() *TestRestClient
func (*TestRestClient) Del ¶
func (c *TestRestClient) Del(path string, result interface{}) error
func (*TestRestClient) DelAsUser ¶
func (c *TestRestClient) DelAsUser(sessionId string, path string, result interface{}) error
func (*TestRestClient) Get ¶
func (c *TestRestClient) Get(path string, result interface{}) error
func (*TestRestClient) GetAsUser ¶
func (c *TestRestClient) GetAsUser(sessionId string, path string, result interface{}) error
func (*TestRestClient) Head ¶
func (c *TestRestClient) Head(path string, result interface{}) error
func (*TestRestClient) HeadAsUser ¶
func (c *TestRestClient) HeadAsUser(sessionId string, path string, result interface{}) error
func (*TestRestClient) Post ¶
func (c *TestRestClient) Post(path string, params interface{}, result interface{}) error
func (*TestRestClient) PostAsUser ¶
func (c *TestRestClient) PostAsUser(sessionId string, path string, params interface{}, result interface{}) error
func (*TestRestClient) Put ¶
func (c *TestRestClient) Put(path string, params interface{}, result interface{}) error
Click to show internal directories.
Click to hide internal directories.