Versions in this module Expand all Collapse all v0 v0.0.1 Jan 30, 2017 Changes in this version + type BatchForumCreateConflict struct + func NewBatchForumCreateConflict() *BatchForumCreateConflict + func (o *BatchForumCreateConflict) Error() string + type BatchForumCreateOK struct + Payload []int32 + func NewBatchForumCreateOK() *BatchForumCreateOK + func (o *BatchForumCreateOK) Error() string + type BatchForumCreateParams struct + Context context.Context + Forums []*models.Forum + HTTPClient *http.Client + func NewBatchForumCreateParams() *BatchForumCreateParams + func NewBatchForumCreateParamsWithContext(ctx context.Context) *BatchForumCreateParams + func NewBatchForumCreateParamsWithHTTPClient(client *http.Client) *BatchForumCreateParams + func NewBatchForumCreateParamsWithTimeout(timeout time.Duration) *BatchForumCreateParams + func (o *BatchForumCreateParams) SetContext(ctx context.Context) + func (o *BatchForumCreateParams) SetForums(forums []*models.Forum) + func (o *BatchForumCreateParams) SetHTTPClient(client *http.Client) + func (o *BatchForumCreateParams) SetTimeout(timeout time.Duration) + func (o *BatchForumCreateParams) WithContext(ctx context.Context) *BatchForumCreateParams + func (o *BatchForumCreateParams) WithForums(forums []*models.Forum) *BatchForumCreateParams + func (o *BatchForumCreateParams) WithHTTPClient(client *http.Client) *BatchForumCreateParams + func (o *BatchForumCreateParams) WithTimeout(timeout time.Duration) *BatchForumCreateParams + func (o *BatchForumCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type BatchForumCreateReader struct + func (o *BatchForumCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type BatchUserCreateConflict struct + func NewBatchUserCreateConflict() *BatchUserCreateConflict + func (o *BatchUserCreateConflict) Error() string + type BatchUserCreateOK struct + func NewBatchUserCreateOK() *BatchUserCreateOK + func (o *BatchUserCreateOK) Error() string + type BatchUserCreateParams struct + Context context.Context + HTTPClient *http.Client + Profiles []*models.User + func NewBatchUserCreateParams() *BatchUserCreateParams + func NewBatchUserCreateParamsWithContext(ctx context.Context) *BatchUserCreateParams + func NewBatchUserCreateParamsWithHTTPClient(client *http.Client) *BatchUserCreateParams + func NewBatchUserCreateParamsWithTimeout(timeout time.Duration) *BatchUserCreateParams + func (o *BatchUserCreateParams) SetContext(ctx context.Context) + func (o *BatchUserCreateParams) SetHTTPClient(client *http.Client) + func (o *BatchUserCreateParams) SetProfiles(profiles []*models.User) + func (o *BatchUserCreateParams) SetTimeout(timeout time.Duration) + func (o *BatchUserCreateParams) WithContext(ctx context.Context) *BatchUserCreateParams + func (o *BatchUserCreateParams) WithHTTPClient(client *http.Client) *BatchUserCreateParams + func (o *BatchUserCreateParams) WithProfiles(profiles []*models.User) *BatchUserCreateParams + func (o *BatchUserCreateParams) WithTimeout(timeout time.Duration) *BatchUserCreateParams + func (o *BatchUserCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type BatchUserCreateReader struct + func (o *BatchUserCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) BatchForumCreate(params *BatchForumCreateParams) (*BatchForumCreateOK, error) + func (a *Client) BatchUserCreate(params *BatchUserCreateParams) (*BatchUserCreateOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport)