Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublisherOpt ¶
type PublisherOpt struct {
// contains filtered or unexported fields
}
func NewPublisherOptFromSpec ¶
func NewPublisherOptFromSpec(spec model.PublisherSpec) PublisherOpt
func (*PublisherOpt) Set ¶
func (o *PublisherOpt) Set(value string) error
func (*PublisherOpt) String ¶
func (o *PublisherOpt) String() string
func (*PublisherOpt) Type ¶
func (o *PublisherOpt) Type() string
func (*PublisherOpt) Value ¶
func (o *PublisherOpt) Value() model.PublisherSpec
type StorageOpt ¶
type StorageOpt struct {
// contains filtered or unexported fields
}
func (*StorageOpt) Set ¶
func (o *StorageOpt) Set(value string) error
func (*StorageOpt) String ¶
func (o *StorageOpt) String() string
func (*StorageOpt) Type ¶
func (o *StorageOpt) Type() string
func (*StorageOpt) Values ¶
func (o *StorageOpt) Values() []model.StorageSpec
Click to show internal directories.
Click to hide internal directories.