1 Star 0 Fork 0

李文建 / protoactor-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
directive_string.go 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
rogeralsing 提交于 2017-01-20 20:17 . supervisor event subscriber
// Code generated by "stringer -type=Directive"; DO NOT EDIT
package actor
import "fmt"
const _Directive_name = "ResumeDirectiveRestartDirectiveStopDirectiveEscalateDirective"
var _Directive_index = [...]uint8{0, 15, 31, 44, 61}
func (i Directive) String() string {
if i < 0 || i >= Directive(len(_Directive_index)-1) {
return fmt.Sprintf("Directive(%d)", i)
}
return _Directive_name[_Directive_index[i]:_Directive_index[i+1]]
}
Go
1
https://gitee.com/lwj8507/protoactor-go.git
git@gitee.com:lwj8507/protoactor-go.git
lwj8507
protoactor-go
protoactor-go
v0.0.1

搜索帮助