app

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package app is a generated protocol buffer package.

It is generated from these files:

gomatcha.io/matcha/pb/app/statusbar.proto

It has these top-level messages:

ActivityIndicator
StatusBar

Index

Constants

This section is empty.

Variables

View Source
var StatusBarStyle_name = map[int32]string{
	0: "STATUS_BAR_STYLE_DEFAULT",
	1: "STATUS_BAR_STYLE_LIGHT",
	2: "STATUS_BAR_STYLE_DARK",
}
View Source
var StatusBarStyle_value = map[string]int32{
	"STATUS_BAR_STYLE_DEFAULT": 0,
	"STATUS_BAR_STYLE_LIGHT":   1,
	"STATUS_BAR_STYLE_DARK":    2,
}

Functions

This section is empty.

Types

type ActivityIndicator

type ActivityIndicator struct {
	Visible bool `protobuf:"varint,1,opt,name=visible" json:"visible,omitempty"`
}

func (*ActivityIndicator) Descriptor

func (*ActivityIndicator) Descriptor() ([]byte, []int)

func (*ActivityIndicator) GetVisible

func (m *ActivityIndicator) GetVisible() bool

func (*ActivityIndicator) ProtoMessage

func (*ActivityIndicator) ProtoMessage()

func (*ActivityIndicator) Reset

func (m *ActivityIndicator) Reset()

func (*ActivityIndicator) String

func (m *ActivityIndicator) String() string

type StatusBar

type StatusBar struct {
	Hidden bool           `protobuf:"varint,1,opt,name=hidden" json:"hidden,omitempty"`
	Style  StatusBarStyle `protobuf:"varint,2,opt,name=style,enum=app.StatusBarStyle" json:"style,omitempty"`
}

func (*StatusBar) Descriptor

func (*StatusBar) Descriptor() ([]byte, []int)

func (*StatusBar) GetHidden

func (m *StatusBar) GetHidden() bool

func (*StatusBar) GetStyle

func (m *StatusBar) GetStyle() StatusBarStyle

func (*StatusBar) ProtoMessage

func (*StatusBar) ProtoMessage()

func (*StatusBar) Reset

func (m *StatusBar) Reset()

func (*StatusBar) String

func (m *StatusBar) String() string

type StatusBarStyle

type StatusBarStyle int32
const (
	StatusBarStyle_STATUS_BAR_STYLE_DEFAULT StatusBarStyle = 0
	StatusBarStyle_STATUS_BAR_STYLE_LIGHT   StatusBarStyle = 1
	StatusBarStyle_STATUS_BAR_STYLE_DARK    StatusBarStyle = 2
)

func (StatusBarStyle) EnumDescriptor

func (StatusBarStyle) EnumDescriptor() ([]byte, []int)

func (StatusBarStyle) String

func (x StatusBarStyle) String() string

Jump to

Keyboard shortcuts

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