Discover Packages
github.com/mfaizanse/kyma
components
ui-api-layer
internal
domain
content
storage
package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2018
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0
type ApiSpec struct {
Raw map[string ]interface{}
}
type AsyncApiSpecData struct {
AsyncAPI string
Topics map[string ]interface{}
}
type ContentData struct {
Description string `json:"description"`
DisplayName string `json:"displayName"`
Docs []Document `json:"docs"`
ID string `json:"id"`
Type string `json:"type"`
}
type Document struct {
Order string `json:"order"`
Source string `json:"source"`
Title string `json:"title"`
Type string `json:"type"`
Internal bool `json:"internal,omitempty"`
}
type Minio interface {
GetObject(bucketName, objectName string , opts minio.GetObjectOptions) (*minio.Object, error )
ListenBucketNotification(bucketName, prefix, suffix string , events []string , doneCh <-chan struct{}) <-chan minio.NotificationInfo
}
Source Files
¶
Directories
¶
Code generated by mockery v1.0.0.
Code generated by mockery v1.0.0.
Click to show internal directories.
Click to hide internal directories.