Documentation
¶
Index ¶
- Constants
- Variables
- type CLI
- type Controller
- func (cc *Controller) CommitFeatures(ft *models.Feature, deleted bool) int
- func (cc *Controller) Delete(ctx climax.Context) int
- func (cc *Controller) Import(ctx climax.Context) int
- func (cc *Controller) Info(ctx climax.Context) int
- func (cc *Controller) Init(ctx climax.Context) int
- func (cc *Controller) List(ctx climax.Context) int
- func (cc *Controller) ParseContext(ctx climax.Context) (*models.Feature, error)
- func (cc *Controller) Serve(ctx climax.Context) int
- func (cc *Controller) Set(ctx climax.Context) int
- func (cc *Controller) Watch(ctx climax.Context) int
Constants ¶
View Source
const FilePerms = 0755
View Source
const Version = "0.2.1"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Config *config.Config
Client api.ClientIFace
}
func NewController ¶
func NewController(cfg *config.Config, kv api.ClientIFace) (cc *Controller)
func (*Controller) CommitFeatures ¶
func (cc *Controller) CommitFeatures(ft *models.Feature, deleted bool) int
func (*Controller) ParseContext ¶
Click to show internal directories.
Click to hide internal directories.