Documentation
¶
Index ¶
- Constants
- type App
- func (s App) CreatedOn() uint64
- func (s App) DeletedOn() uint64
- func (s App) DomainId() uint64
- func (s App) HasName() bool
- func (s App) Id() uint64
- func (s App) Name() (string, error)
- func (s App) NameBytes() ([]byte, error)
- func (s App) SetCreatedOn(v uint64)
- func (s App) SetDeletedOn(v uint64)
- func (s App) SetDomainId(v uint64)
- func (s App) SetId(v uint64)
- func (s App) SetName(v string) error
- func (s App) SetUpdatedOn(v uint64)
- func (s App) String() string
- func (s App) UpdatedOn() uint64
- type AppRelease
- func (s AppRelease) AppId() uint64
- func (s AppRelease) DomainDependencies() (capnp.UInt64List, error)
- func (s AppRelease) HasDomainDependencies() bool
- func (s AppRelease) HasServiceIds() bool
- func (s AppRelease) NewDomainDependencies(n int32) (capnp.UInt64List, error)
- func (s AppRelease) NewServiceIds(n int32) (capnp.UInt64List, error)
- func (s AppRelease) ReleaseId() uint64
- func (s AppRelease) ReleasedOn() uint64
- func (s AppRelease) ServiceIds() (capnp.UInt64List, error)
- func (s AppRelease) SetAppId(v uint64)
- func (s AppRelease) SetDomainDependencies(v capnp.UInt64List) error
- func (s AppRelease) SetReleaseId(v uint64)
- func (s AppRelease) SetReleasedOn(v uint64)
- func (s AppRelease) SetServiceIds(v capnp.UInt64List) error
- func (s AppRelease) String() string
- type AppRelease_List
- type AppRelease_Promise
- type App_List
- type App_Promise
- type Domain
- func (s Domain) CreatedOn() uint64
- func (s Domain) DeletedOn() uint64
- func (s Domain) HasName() bool
- func (s Domain) Id() uint64
- func (s Domain) Name() (string, error)
- func (s Domain) NameBytes() ([]byte, error)
- func (s Domain) ParentDomain() uint64
- func (s Domain) SetCreatedOn(v uint64)
- func (s Domain) SetDeletedOn(v uint64)
- func (s Domain) SetId(v uint64)
- func (s Domain) SetName(v string) error
- func (s Domain) SetParentDomain(v uint64)
- func (s Domain) SetUpdatedOn(v uint64)
- func (s Domain) String() string
- func (s Domain) UpdatedOn() uint64
- type Domain_List
- type Domain_Promise
- type ServiceConfig
- func (s ServiceConfig) Config() uint64
- func (s ServiceConfig) CreatedOn() uint64
- func (s ServiceConfig) DeletedOn() uint64
- func (s ServiceConfig) ServiceId() uint64
- func (s ServiceConfig) SetConfig(v uint64)
- func (s ServiceConfig) SetCreatedOn(v uint64)
- func (s ServiceConfig) SetDeletedOn(v uint64)
- func (s ServiceConfig) SetServiceId(v uint64)
- func (s ServiceConfig) SetUpdatedOn(v uint64)
- func (s ServiceConfig) String() string
- func (s ServiceConfig) UpdatedOn() uint64
- type ServiceConfig_List
- type ServiceConfig_Promise
Constants ¶
const AppRelease_TypeID = 0xa2fab062a5262acf
AppRelease_TypeID is the unique identifier for the type AppRelease.
const App_TypeID = 0xbb0c08731dac73a6
App_TypeID is the unique identifier for the type App.
const Domain_TypeID = 0x919720e9ef6739b7
Domain_TypeID is the unique identifier for the type Domain.
const ServiceConfig_TypeID = 0xbecdd492fe0f4023
ServiceConfig_TypeID is the unique identifier for the type ServiceConfig.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (App) SetCreatedOn ¶
func (App) SetDeletedOn ¶
func (App) SetDomainId ¶
func (App) SetUpdatedOn ¶
type AppRelease ¶
func NewAppRelease ¶
func NewAppRelease(s *capnp.Segment) (AppRelease, error)
func NewRootAppRelease ¶
func NewRootAppRelease(s *capnp.Segment) (AppRelease, error)
func ReadRootAppRelease ¶
func ReadRootAppRelease(msg *capnp.Message) (AppRelease, error)
func (AppRelease) AppId ¶
func (s AppRelease) AppId() uint64
func (AppRelease) DomainDependencies ¶
func (s AppRelease) DomainDependencies() (capnp.UInt64List, error)
func (AppRelease) HasDomainDependencies ¶
func (s AppRelease) HasDomainDependencies() bool
func (AppRelease) HasServiceIds ¶
func (s AppRelease) HasServiceIds() bool
func (AppRelease) NewDomainDependencies ¶
func (s AppRelease) NewDomainDependencies(n int32) (capnp.UInt64List, error)
NewDomainDependencies sets the domainDependencies field to a newly allocated capnp.UInt64List, preferring placement in s's segment.
func (AppRelease) NewServiceIds ¶
func (s AppRelease) NewServiceIds(n int32) (capnp.UInt64List, error)
NewServiceIds sets the serviceIds field to a newly allocated capnp.UInt64List, preferring placement in s's segment.
func (AppRelease) ReleaseId ¶
func (s AppRelease) ReleaseId() uint64
func (AppRelease) ReleasedOn ¶
func (s AppRelease) ReleasedOn() uint64
func (AppRelease) ServiceIds ¶
func (s AppRelease) ServiceIds() (capnp.UInt64List, error)
func (AppRelease) SetAppId ¶
func (s AppRelease) SetAppId(v uint64)
func (AppRelease) SetDomainDependencies ¶
func (s AppRelease) SetDomainDependencies(v capnp.UInt64List) error
func (AppRelease) SetReleaseId ¶
func (s AppRelease) SetReleaseId(v uint64)
func (AppRelease) SetReleasedOn ¶
func (s AppRelease) SetReleasedOn(v uint64)
func (AppRelease) SetServiceIds ¶
func (s AppRelease) SetServiceIds(v capnp.UInt64List) error
func (AppRelease) String ¶
func (s AppRelease) String() string
type AppRelease_List ¶
AppRelease_List is a list of AppRelease.
func NewAppRelease_List ¶
func NewAppRelease_List(s *capnp.Segment, sz int32) (AppRelease_List, error)
NewAppRelease creates a new list of AppRelease.
func (AppRelease_List) At ¶
func (s AppRelease_List) At(i int) AppRelease
func (AppRelease_List) Set ¶
func (s AppRelease_List) Set(i int, v AppRelease) error
func (AppRelease_List) String ¶
func (s AppRelease_List) String() string
type AppRelease_Promise ¶
AppRelease_Promise is a wrapper for a AppRelease promised by a client call.
func (AppRelease_Promise) Struct ¶
func (p AppRelease_Promise) Struct() (AppRelease, error)
type App_Promise ¶
App_Promise is a wrapper for a App promised by a client call.
func (App_Promise) Struct ¶
func (p App_Promise) Struct() (App, error)
type Domain ¶
func (Domain) ParentDomain ¶
func (Domain) SetCreatedOn ¶
func (Domain) SetDeletedOn ¶
func (Domain) SetParentDomain ¶
func (Domain) SetUpdatedOn ¶
type Domain_List ¶
Domain_List is a list of Domain.
func NewDomain_List ¶
func NewDomain_List(s *capnp.Segment, sz int32) (Domain_List, error)
NewDomain creates a new list of Domain.
func (Domain_List) At ¶
func (s Domain_List) At(i int) Domain
func (Domain_List) String ¶
func (s Domain_List) String() string
type Domain_Promise ¶
Domain_Promise is a wrapper for a Domain promised by a client call.
func (Domain_Promise) Struct ¶
func (p Domain_Promise) Struct() (Domain, error)
type ServiceConfig ¶
func NewRootServiceConfig ¶
func NewRootServiceConfig(s *capnp.Segment) (ServiceConfig, error)
func NewServiceConfig ¶
func NewServiceConfig(s *capnp.Segment) (ServiceConfig, error)
func ReadRootServiceConfig ¶
func ReadRootServiceConfig(msg *capnp.Message) (ServiceConfig, error)
func (ServiceConfig) Config ¶
func (s ServiceConfig) Config() uint64
func (ServiceConfig) CreatedOn ¶
func (s ServiceConfig) CreatedOn() uint64
func (ServiceConfig) DeletedOn ¶
func (s ServiceConfig) DeletedOn() uint64
func (ServiceConfig) ServiceId ¶
func (s ServiceConfig) ServiceId() uint64
func (ServiceConfig) SetConfig ¶
func (s ServiceConfig) SetConfig(v uint64)
func (ServiceConfig) SetCreatedOn ¶
func (s ServiceConfig) SetCreatedOn(v uint64)
func (ServiceConfig) SetDeletedOn ¶
func (s ServiceConfig) SetDeletedOn(v uint64)
func (ServiceConfig) SetServiceId ¶
func (s ServiceConfig) SetServiceId(v uint64)
func (ServiceConfig) SetUpdatedOn ¶
func (s ServiceConfig) SetUpdatedOn(v uint64)
func (ServiceConfig) String ¶
func (s ServiceConfig) String() string
func (ServiceConfig) UpdatedOn ¶
func (s ServiceConfig) UpdatedOn() uint64
type ServiceConfig_List ¶
ServiceConfig_List is a list of ServiceConfig.
func NewServiceConfig_List ¶
func NewServiceConfig_List(s *capnp.Segment, sz int32) (ServiceConfig_List, error)
NewServiceConfig creates a new list of ServiceConfig.
func (ServiceConfig_List) At ¶
func (s ServiceConfig_List) At(i int) ServiceConfig
func (ServiceConfig_List) Set ¶
func (s ServiceConfig_List) Set(i int, v ServiceConfig) error
func (ServiceConfig_List) String ¶
func (s ServiceConfig_List) String() string
type ServiceConfig_Promise ¶
ServiceConfig_Promise is a wrapper for a ServiceConfig promised by a client call.
func (ServiceConfig_Promise) Struct ¶
func (p ServiceConfig_Promise) Struct() (ServiceConfig, error)