model

package
v0.0.0-...-a32d5fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const AppRelease_TypeID = 0xa2fab062a5262acf

AppRelease_TypeID is the unique identifier for the type AppRelease.

View Source
const App_TypeID = 0xbb0c08731dac73a6

App_TypeID is the unique identifier for the type App.

View Source
const Domain_TypeID = 0x919720e9ef6739b7

Domain_TypeID is the unique identifier for the type Domain.

View Source
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

type App struct{ capnp.Struct }

func NewApp

func NewApp(s *capnp.Segment) (App, error)

func NewRootApp

func NewRootApp(s *capnp.Segment) (App, error)

func ReadRootApp

func ReadRootApp(msg *capnp.Message) (App, error)

func (App) CreatedOn

func (s App) CreatedOn() uint64

func (App) DeletedOn

func (s App) DeletedOn() uint64

func (App) DomainId

func (s App) DomainId() uint64

func (App) HasName

func (s App) HasName() bool

func (App) Id

func (s App) Id() uint64

func (App) Name

func (s App) Name() (string, error)

func (App) NameBytes

func (s App) NameBytes() ([]byte, error)

func (App) SetCreatedOn

func (s App) SetCreatedOn(v uint64)

func (App) SetDeletedOn

func (s App) SetDeletedOn(v uint64)

func (App) SetDomainId

func (s App) SetDomainId(v uint64)

func (App) SetId

func (s App) SetId(v uint64)

func (App) SetName

func (s App) SetName(v string) error

func (App) SetUpdatedOn

func (s App) SetUpdatedOn(v uint64)

func (App) String

func (s App) String() string

func (App) UpdatedOn

func (s App) UpdatedOn() uint64

type AppRelease

type AppRelease struct{ capnp.Struct }

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

type AppRelease_List struct{ capnp.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

type AppRelease_Promise struct{ *capnp.Pipeline }

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_List

type App_List struct{ capnp.List }

App_List is a list of App.

func NewApp_List

func NewApp_List(s *capnp.Segment, sz int32) (App_List, error)

NewApp creates a new list of App.

func (App_List) At

func (s App_List) At(i int) App

func (App_List) Set

func (s App_List) Set(i int, v App) error

func (App_List) String

func (s App_List) String() string

type App_Promise

type App_Promise struct{ *capnp.Pipeline }

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

type Domain struct{ capnp.Struct }

func NewDomain

func NewDomain(s *capnp.Segment) (Domain, error)

func NewRootDomain

func NewRootDomain(s *capnp.Segment) (Domain, error)

func ReadRootDomain

func ReadRootDomain(msg *capnp.Message) (Domain, error)

func (Domain) CreatedOn

func (s Domain) CreatedOn() uint64

func (Domain) DeletedOn

func (s Domain) DeletedOn() uint64

func (Domain) HasName

func (s Domain) HasName() bool

func (Domain) Id

func (s Domain) Id() uint64

func (Domain) Name

func (s Domain) Name() (string, error)

func (Domain) NameBytes

func (s Domain) NameBytes() ([]byte, error)

func (Domain) ParentDomain

func (s Domain) ParentDomain() uint64

func (Domain) SetCreatedOn

func (s Domain) SetCreatedOn(v uint64)

func (Domain) SetDeletedOn

func (s Domain) SetDeletedOn(v uint64)

func (Domain) SetId

func (s Domain) SetId(v uint64)

func (Domain) SetName

func (s Domain) SetName(v string) error

func (Domain) SetParentDomain

func (s Domain) SetParentDomain(v uint64)

func (Domain) SetUpdatedOn

func (s Domain) SetUpdatedOn(v uint64)

func (Domain) String

func (s Domain) String() string

func (Domain) UpdatedOn

func (s Domain) UpdatedOn() uint64

type Domain_List

type Domain_List struct{ capnp.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) Set

func (s Domain_List) Set(i int, v Domain) error

func (Domain_List) String

func (s Domain_List) String() string

type Domain_Promise

type Domain_Promise struct{ *capnp.Pipeline }

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

type ServiceConfig struct{ capnp.Struct }

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

type ServiceConfig_List struct{ capnp.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 (ServiceConfig_List) Set

func (ServiceConfig_List) String

func (s ServiceConfig_List) String() string

type ServiceConfig_Promise

type ServiceConfig_Promise struct{ *capnp.Pipeline }

ServiceConfig_Promise is a wrapper for a ServiceConfig promised by a client call.

func (ServiceConfig_Promise) Struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL