Documentation ¶ Index ¶ func Close(r *repo.Repo, name string, user string) error func Create(r *repo.Repo, opts CreateOpts) (libfossil.FslID, string, error) type Branch func List(r *repo.Repo) ([]Branch, error) type CreateOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ func Close(r *repo.Repo, name string, user string) error func Create ¶ func Create(r *repo.Repo, opts CreateOpts) (libfossil.FslID, string, error) Types ¶ type Branch ¶ type Branch struct { Name string LastMTime float64 IsClosed bool CheckinCount int LatestUUID string } func List ¶ func List(r *repo.Repo) ([]Branch, error) type CreateOpts ¶ type CreateOpts struct { Name string Parent libfossil.FslID User string Time time.Time Color string } Source Files ¶ View all Source files branch.go Click to show internal directories. Click to hide internal directories.