Documentation
¶
Overview ¶
Copyright (c) 2020 rookie-ninja
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Copyright (c) 2020 rookie-ninja ¶
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Index ¶
- func Finish(event rk_query.Event, err error)
- func GetEvent(op string) rk_query.Event
- func NewFileOperationError(msg string) error
- func NewGithubClientError(msg string) error
- func NewInvalidParamError(msg string) error
- func NewMarshalError(msg string) error
- type FileOperationError
- type GithubClientError
- type InvalidParamError
- type MarshalError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileOperationError ¶
func NewGithubClientError ¶
func NewInvalidParamError ¶
func NewMarshalError ¶
Types ¶
type FileOperationError ¶
type FileOperationError struct {
// contains filtered or unexported fields
}
func (*FileOperationError) Error ¶
func (err *FileOperationError) Error() string
type GithubClientError ¶
type GithubClientError struct {
// contains filtered or unexported fields
}
func (*GithubClientError) Error ¶
func (err *GithubClientError) Error() string
type InvalidParamError ¶
type InvalidParamError struct {
// contains filtered or unexported fields
}
func (*InvalidParamError) Error ¶
func (err *InvalidParamError) Error() string
type MarshalError ¶
type MarshalError struct {
// contains filtered or unexported fields
}
func (*MarshalError) Error ¶
func (err *MarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.