Documentation ¶
Index ¶
- type Acls
- func (*Acls) Descriptor() ([]byte, []int)
- func (m *Acls) GetReaders() []string
- func (m *Acls) GetWriters() []string
- func (*Acls) ProtoMessage()
- func (m *Acls) Reset()
- func (m *Acls) String() string
- func (m *Acls) XXX_DiscardUnknown()
- func (m *Acls) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Acls) XXX_Merge(src proto.Message)
- func (m *Acls) XXX_Size() int
- func (m *Acls) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acls ¶
type Acls struct { Readers []string `protobuf:"bytes,1,rep,name=readers,proto3" json:"readers,omitempty"` Writers []string `protobuf:"bytes,2,rep,name=writers,proto3" json:"writers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
TODO(iannucci): move these to per-project acls when implementing per-project namespaces.
func (*Acls) Descriptor ¶
func (*Acls) GetReaders ¶
func (*Acls) GetWriters ¶
func (*Acls) ProtoMessage ¶
func (*Acls) ProtoMessage()
func (*Acls) XXX_DiscardUnknown ¶
func (m *Acls) XXX_DiscardUnknown()
func (*Acls) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.