Documentation
¶
Index ¶
- type Adapter
- func (adapter *Adapter) Create(ctx context.Context, mr gitlabcore.MRInfo) (url string, err error)
- func (adapter *Adapter) List(ctx context.Context, filter gitlabcore.FilterMR) (mrs []gitlabcore.CreatedMRInfo, err error)
- func (adapter *Adapter) Update(ctx context.Context, mr gitlabcore.MRUpdateInfo) (url string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func (*Adapter) List ¶ added in v1.0.2
func (adapter *Adapter) List( ctx context.Context, filter gitlabcore.FilterMR, ) (mrs []gitlabcore.CreatedMRInfo, err error)
func (*Adapter) Update ¶ added in v1.0.2
func (adapter *Adapter) Update( ctx context.Context, mr gitlabcore.MRUpdateInfo, ) (url string, err error)
Click to show internal directories.
Click to hide internal directories.