| 3099 | } |
| 3100 | |
| 3101 | type Function struct { |
| 3102 | Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| 3103 | Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` |
| 3104 | Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` |
| 3105 | } |
| 3106 | |
| 3107 | func (m *Function) Reset() { *m = Function{} } |
| 3108 | func (m *Function) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected